zuora_connect 3.0.2.pre.i → 3.0.2.pre.j

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: acded16be82a4aa36090fda0248e1d62b739e6ea1bbe39a7b365c137c07c4481
4
- data.tar.gz: 263c629b6b718b068f4a6dcc3b9603ab04f0c6895d928a6f1841eae2e5343149
3
+ metadata.gz: 6076d2cb4ef722656e4d859dc07cf9c6d83686de560a7dad15b469a0bf9a1927
4
+ data.tar.gz: 3b887a62765842aff5f68d6974b885555431331eb63f2b8355d7dfa312bbc307
5
5
  SHA512:
6
- metadata.gz: f06d9884240c45a96f17dc2a3927a8addca134d74d96fcdc38e0905b7d1d53f54e32babc95745fb241a754fbbc56d82e835bc1162f459364917abe8295861b63
7
- data.tar.gz: 14deefe69fe5b535538f93092606b228397c60ef5ae11417d9c193ec349e50786abd1155673bec58b005cb0fae244f23411850f21cf3b7e5b1f5ef6ecd9f99e8
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
- zuora_global_entity_id: task_data.dig(LOGIN_TENANT_DESTINATION, 'entities', 0, 'globalEntityId').to_i, # tenant id of the global/parent entity, 0 if nil
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
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnect
4
- VERSION = "3.0.2-i"
4
+ VERSION = "3.0.2-j"
5
5
  end
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.i
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-09-30 00:00:00.000000000 Z
11
+ date: 2021-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment