zuora_connect 2.0.40 → 2.0.41

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: 690159f63a8d9eb6653ee405b585d44771ca1079da0f6872b108e3e169143a4e
4
- data.tar.gz: d10d8a55a145887dd88222d8aa2860800715cc9eccf65806016cddc8b05ae1fc
3
+ metadata.gz: bc48433f373e6b4ca92cfed049f2fe2a4292db788c360eff9e7a67752fd5e576
4
+ data.tar.gz: 2258e1fd905e9c5ceacd83eed7a87ce4832fa69cf1466a4f82a84c296f0b62c6
5
5
  SHA512:
6
- metadata.gz: bb3ed92f94b5377fbd8bba914d4a3b6c1778d78d8cd3d39ad8a1515b461bfa048531ca65565a4d873549486f9804a86c655e4c4c31d6fb796bb9d8033da129fd
7
- data.tar.gz: 37f07b99af5a5d30bcd9a6fc20a8033caa4508610e0273aba2f2fcbb1204122a9db8ce8a5ea955f9e3fabe878df717d76f6a12ea7be272f31d560d3041921837
6
+ metadata.gz: 60659892ae4e2199b66f4efa7e7ea8d882849d2104f5be16621f89cf1c31d410c0261300daf21c134f19bcf46a423cbc358a37676bd864d7fbee740cb58eb734
7
+ data.tar.gz: 8a2ddb96860a86ccf6b667b62cde4663222c54855bd8f3737db1da0333e455a0025dcca94f9b9f2d78d04bcd3a4da4ca3bf0bbb7e88ba57c9538800ab475336f
@@ -246,8 +246,8 @@ module ZuoraConnect
246
246
 
247
247
  params = {
248
248
  :name => self.task_data.dig('name'),
249
- :zuora_entity_ids => (self.task_data.dig(LOGIN_TENANT_DESTINATION,'entities') || []).map{|e| e['id']},
250
- :zuora_tenant_ids => tenants.map(&:to_s),
249
+ :zuora_entity_ids => (self.task_data.dig(LOGIN_TENANT_DESTINATION,'entities') || []).map{|e| e['id']}.uniq,
250
+ :zuora_tenant_ids => tenants.map(&:to_s).uniq,
251
251
  }
252
252
  if self.methods.include?(LOGIN_TENANT_DESTINATION.to_sym)
253
253
  client = self.send(LOGIN_TENANT_DESTINATION).client
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.40"
2
+ VERSION = "2.0.41"
3
3
  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: 2.0.40
4
+ version: 2.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-25 00:00:00.000000000 Z
11
+ date: 2020-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment