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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbf27fcc7fae56a186c73abd1cf39a40e40f9775
4
- data.tar.gz: e937d8de76ffa400cae16d685f8fa4a7e5e67d59
3
+ metadata.gz: d05adce2e1095e4924f0d6eae243e7edf3e91260
4
+ data.tar.gz: c2963b5056ea5962efa5459ff19fe873d0b4b495
5
5
  SHA512:
6
- metadata.gz: 06cdf985f833cde10078a4977dc1129bff8c120794a80fb870b2365309cf4f0125c102b4c36276ea81d49d2d54244297cab2a004355497f500c81a6b523a4762
7
- data.tar.gz: bd95f66b8844ff53f5df8fd5045596a63e1bc8b1a39fe0fdd622bcb7c7758a5b3849a95f18bf813609e29652c22082d8df6c97d20ca2c82bb149edfef61aa1c0
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
 
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.48"
2
+ VERSION = "1.4.49"
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: 1.4.48
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-18 00:00:00.000000000 Z
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