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 +4 -4
- data/lib/zuora_connect/controllers/helpers.rb +1 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8093973fea8748c10fe49350a477c183d3a0c76327e7543cff4859cdb83885ee
|
4
|
+
data.tar.gz: fe67136d523b5728ba996d7154231a1bbf7f8401936069c1244d4ed714aac4df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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']
|