zuora_connect 3.0.2.pre.i → 3.0.2.pre.j
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/app/models/zuora_connect/app_instance_base.rb +1 -1
- 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: 6076d2cb4ef722656e4d859dc07cf9c6d83686de560a7dad15b469a0bf9a1927
|
|
4
|
+
data.tar.gz: 3b887a62765842aff5f68d6974b885555431331eb63f2b8355d7dfa312bbc307
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51576691c2fc86fbfb2b2e790b6b21723aaac21daba261a66f91229a1ba2c31b4fa58be7a7180a1c86f3efaabcd214adee863ad29a8dc4134eaedf02eef04864
|
|
7
|
+
data.tar.gz: d6ca9183643151b4a196e3feb4c38422862225b6e02446c75ea08a31fdcab2bfc18a8b6d7795ad63764c88a9834c4b7ed02b43856c6c683c8e3c9f487cfdab13
|
|
@@ -267,7 +267,7 @@ module ZuoraConnect
|
|
|
267
267
|
params = {
|
|
268
268
|
name: self.task_data.dig('name'),
|
|
269
269
|
zuora_entity_ids: (self.task_data.dig(LOGIN_TENANT_DESTINATION,'entities') || []).select {|entity| !entity['skip'].to_bool}.map{|e| e['id']}.uniq,
|
|
270
|
-
|
|
270
|
+
zuora_global_tenant_id: task_data.dig(LOGIN_TENANT_DESTINATION, 'entities', 0, 'globalEntityId').to_i, # tenant id of the global/parent entity, 0 if nil
|
|
271
271
|
zuora_tenant_ids: tenants.map(&:to_s).uniq,
|
|
272
272
|
organizations: organizations
|
|
273
273
|
}
|
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.0.2.pre.
|
|
4
|
+
version: 3.0.2.pre.j
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|