zuora_connect 2.0.8 → 2.0.9
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: 5d7e5841e18bf25302dddc6ed4e2bb1d1e271581556004bb748f7b7c6b4cc285
|
4
|
+
data.tar.gz: 774252697e79882f74f12c26c70fbbe246c64ec7c021b50269032781ee6a382f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e01f33fa5dbfb4fdf4ae07317fe2f7ca695c7717c0e9aa6d2eaa86330f147543026633cb0bc3037db5f611ab9a40e5c5b6e7b87bf05acb9ff90a2adf748139a
|
7
|
+
data.tar.gz: ca91d4041bda25cbebf1b3d3ab1f2b642f2a3a6b1d4ba18396d9c1c3b561345c3c30d9d242da890e81326ac31685103d252d77cccff1c35856cce5939e99c197
|
@@ -737,7 +737,7 @@ module ZuoraConnect
|
|
737
737
|
ZuoraConnect.logger.debug("Fetch Catalog")
|
738
738
|
ZuoraConnect.logger.debug("Zuora Entity: #{entity_id.blank? ? 'default' : entity_id}")
|
739
739
|
|
740
|
-
login = zuora_login.client(
|
740
|
+
login = zuora_login.client(entity_id)
|
741
741
|
|
742
742
|
old_logger = ActiveRecord::Base.logger
|
743
743
|
ActiveRecord::Base.logger = nil
|
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.
|
4
|
+
version: 2.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|