zuora_connect 1.4.48 → 1.4.49
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d05adce2e1095e4924f0d6eae243e7edf3e91260
|
4
|
+
data.tar.gz: c2963b5056ea5962efa5459ff19fe873d0b4b495
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e25cad9662fbbdd167fee41ab9efc32c48b246068270fc7d1bd94819185171d32efe4b121c1d12b42cec73c36e5d07e46a765b85dfb88df10ee55693706a321e
|
7
|
+
data.tar.gz: 1264b1386fdea41a36b7942909ef167c81acce0e6787d8553c367902a17fd3bc2252825f109f46098d65b0c4829d3bdc22cedf4d30d08409f318bac8c34f4bc1
|
@@ -227,7 +227,7 @@ module ZuoraConnect
|
|
227
227
|
while !response["nextPage"].blank?
|
228
228
|
url = login.rest_endpoint(response["nextPage"].split('/v1/').last)
|
229
229
|
Rails.logger.debug("Fetch Catalog URL #{url}")
|
230
|
-
output_json, response = login.rest_call(:debug => false, :url => url)
|
230
|
+
output_json, response = login.rest_call(:debug => false, :url => url, :errors => [ZuoraAPI::Exceptions::ZuoraAPISessionError])
|
231
231
|
Rails.logger.debug("Fetch Catalog Response Code #{response.code}")
|
232
232
|
Rails.logger.debug("Fetch Catalog DATA #{output_json.to_json}")
|
233
233
|
|
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: 1.4.
|
4
|
+
version: 1.4.49
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord-session_store
|