zuora_connect 2.0.57q → 2.0.57r

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: c995e980fc49090f445c00d1983f0beff9659d1bad0cce9e4614d049f9ca2d54
4
- data.tar.gz: 4a8c8d1b677c670b2d85556285483ec6e8bfaec5a2b43c8d1f2464c840ea9d57
3
+ metadata.gz: 21a1c72866b5be334143271719a3ae634aa0d6c3d7a2ed2be19ae31abc0478ce
4
+ data.tar.gz: 91921959627af05b7418817c154124b5a32394c3af51b30578b423e476fceaf6
5
5
  SHA512:
6
- metadata.gz: 29326ffff3c7c8c7407b1f8c8ac17688112c141f99faa93a58df4bf33f40ebbee48d29a00f6db702309691d77e1f31aa3662dfd5364dc857beb3ba76f2c3c911
7
- data.tar.gz: 2740a87852d216d2e954de4573b45b098ecbcaf53fb28cf77683ed449e24e28c553e9e4aab47ee18a6fc7d62457ae8178b65371e9b052b48418b330c8dc28eaf
6
+ metadata.gz: 3e07e1f22b96386376e6cfb9877825bc8a145d9dbba2c603f16013124991b74502a25caf05b3efdac8450daa116956540c452e39bd21fe18c93eed13f65f3671
7
+ data.tar.gz: 159d30660b0b7d70d3094db575b12f508ae7569d6234822144bec1cada26eb4e86069f3b00e0e0ae422a507b0ea4d97815b0b52b7723a12e1387e672360fb7ff
@@ -330,8 +330,8 @@ module ZuoraConnect
330
330
  end
331
331
  end
332
332
  end
333
- 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)
334
333
  end
334
+ 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)
335
335
  end
336
336
 
337
337
  zuora_user_id = cookies['Zuora-User-Id'] || session["ZuoraCurrentIdentity"]['userId']
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.57q"
2
+ VERSION = "2.0.57r"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.57q
4
+ version: 2.0.57r
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team