zuora_connect 2.0.57f → 2.0.57g

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abdb831ee4c52ca77b9d88bc6af7592d4c5675d969972f5df8cad88768da95c3
4
- data.tar.gz: 2047383429c6d9aac57602e427e87c75be3bf281998287971b0f4e70c759c266
3
+ metadata.gz: 8093973fea8748c10fe49350a477c183d3a0c76327e7543cff4859cdb83885ee
4
+ data.tar.gz: fe67136d523b5728ba996d7154231a1bbf7f8401936069c1244d4ed714aac4df
5
5
  SHA512:
6
- metadata.gz: d2fee7867ef23c4057389bc4c9ba97304e4ea29310f8408df18790333fde7eb6709a8e0f02f9610b5ffb9c4354134917f4b2e6fef5e3dc56c8baf6e3dd29e11b
7
- data.tar.gz: e69ed51eee1b04b4fd51d51c005b3aabf833fbcb71c8680694bc66406f00ae392e279e4f85c55bf2dd41f33a53c9eeca53e0ffa709c9cb76ebab489efe4e3842
6
+ metadata.gz: 00f1351ecca45723b14bb258672b7424291e92a5f1ff0b9139b8bb54095c2e1f2df642d098eab27e001a537b53dd4a463d113e5d37a8bddc0219766045f657f9
7
+ data.tar.gz: 35d1a33bf23dee9ecb6b654474e8dbb8b8d071678dec1990aa6138762d56624621499800b4dc65f64252d0442ce1afa73cbaee2be5a76ae32d7ad1805ba93da2
@@ -280,7 +280,7 @@ module ZuoraConnect
280
280
  ##
281
281
  # If the ZSession was refreshed, but it's still the same user and they aren't launching from the side bar,
282
282
  # we don't need to continue
283
- is_same_user = identity.slice("entityId", "tenantId", "userId", "userProfileId") == session.slice("entityId", "tenantId", "userId", "userProfileId")
283
+ is_same_user = identity.slice("entityId", "tenantId", "userId", "userProfileId") == session["ZuoraCurrentIdentity"].slice("entityId", "tenantId", "userId", "userProfileId")
284
284
  zuora_details["identity"]["entityId"] = identity['entityId']
285
285
  session["ZuoraCurrentIdentity"] = identity
286
286
  session["ZuoraCurrentEntity"] = identity['entityId']
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.57f"
2
+ VERSION = "2.0.57g"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.57f
4
+ version: 2.0.57g
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team