zuora_connect 1.4.46 → 1.4.48

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07853b982b04609b71b013a23ec64d3f3c66a0a6
4
- data.tar.gz: 6bee1abe8815272011aaf8bb07ecd35e5f72ca90
3
+ metadata.gz: fbf27fcc7fae56a186c73abd1cf39a40e40f9775
4
+ data.tar.gz: e937d8de76ffa400cae16d685f8fa4a7e5e67d59
5
5
  SHA512:
6
- metadata.gz: 5b35229886c6bd06bfff8704cbcaf4417d4e9b185b77c489f15be2973235be703851288b026b8b1be3a88857f9d0415b9467348b6dabb8f8bad917bf67807f60
7
- data.tar.gz: 20760599102bdd21cbaef77a5664aff89bfcf971b6dddbaa20cdee8bacac122f85bc243f0f0b3d33e6e3adc2129ee2af2cb4d04dbd999fc143dbd626a9da7b59
6
+ metadata.gz: 06cdf985f833cde10078a4977dc1129bff8c120794a80fb870b2365309cf4f0125c102b4c36276ea81d49d2d54244297cab2a004355497f500c81a6b523a4762
7
+ data.tar.gz: bd95f66b8844ff53f5df8fd5045596a63e1bc8b1a39fe0fdd622bcb7c7758a5b3849a95f18bf813609e29652c22082d8df6c97d20ca2c82bb149edfef61aa1c0
@@ -228,6 +228,8 @@ module ZuoraConnect
228
228
  url = login.rest_endpoint(response["nextPage"].split('/v1/').last)
229
229
  Rails.logger.debug("Fetch Catalog URL #{url}")
230
230
  output_json, response = login.rest_call(:debug => false, :url => url)
231
+ Rails.logger.debug("Fetch Catalog Response Code #{response.code}")
232
+ Rails.logger.debug("Fetch Catalog DATA #{output_json.to_json}")
231
233
 
232
234
  if !output_json['success'] =~ (/(true|t|yes|y|1)$/i) || output_json['success'].class != TrueClass
233
235
  raise ZuoraAPI::Exceptions::ZuoraAPIError.new("Error Getting Catalog: #{output_json}")
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.46"
2
+ VERSION = "1.4.48"
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.46
4
+ version: 1.4.48
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-08-31 00:00:00.000000000 Z
11
+ date: 2017-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord-session_store