zuora_connect 3.1.5.pre.e → 3.1.5.pre.f
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 -2
- data/lib/zuora_connect/exceptions.rb +1 -0
- data/lib/zuora_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7cf44ea03e56588c25363d7b5936a80d017a14cf2066b5c8c67cbadc9d0a9b5
|
|
4
|
+
data.tar.gz: a6b4fdae9c657e6e9419121cb6e60bb51a9964e62ee8b86c095eec8720b851ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75dbdbb95811a32409b4ec3e77add0cb179db9077186f24aab672c616ae4d10bbb973af80e30a0de6b765ebec13f0e796faeb1ec7ee8b33f9c1c72a5dd0d46cf
|
|
7
|
+
data.tar.gz: c0abe51457a0b1792a7a378002c18fac16c7e674dbf3fc6bd4d5e4826a4edc637fa02a81f59a47639d804bed0eff8d9c750462fd60838f8658472389a068e07a
|
|
@@ -416,9 +416,8 @@ module ZuoraConnect
|
|
|
416
416
|
appinstances ||= ZuoraConnect::AppInstance.where("zuora_entity_ids ?& array[:entities] = true AND zuora_domain = :host", entities: [zuora_entity_id], host: zuora_client.rest_domain).pluck(:id, :name)
|
|
417
417
|
end
|
|
418
418
|
|
|
419
|
-
zuora_org_id = cookies['Zuora-Org-Id'] || request.headers['Zuora-User-Id']
|
|
420
419
|
zuora_user_id = cookies['Zuora-User-Id'] || session["ZuoraCurrentIdentity"]['userId'] || request.headers["Zuora-User-Id"]
|
|
421
|
-
|
|
420
|
+
zuora_org_id = cookies['Zuora-Org-Id'] || request.headers['Zuora-Org-Id']
|
|
422
421
|
ZuoraConnect::ZuoraUser.current_org_id = zuora_org_id
|
|
423
422
|
|
|
424
423
|
if appinstances.size == 1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.5.pre.
|
|
4
|
+
version: 3.1.5.pre.f
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|