zuora_api 1.7.31 → 1.7.32

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
  SHA256:
3
- metadata.gz: 8f8c03b987d9c65956ade827116a216125ad9f90f2ff55d2a1f056bfe39333c0
4
- data.tar.gz: c67adb9206b235ec4fee409127208d026264832d948a3871b8c132e0bbc90166
3
+ metadata.gz: 6a5b5385f97d0bc1e5f415c1971ee7742eb657f0e9f9573d4d12a47da08c4136
4
+ data.tar.gz: b55848fcf72e1e1568b8ac1dc3077126231851a97c7fb0a1359a161873fb0fc9
5
5
  SHA512:
6
- metadata.gz: f23b6d8c53ba1b77f89ab471aa1b58715e213f365a9ffe03b25aa64f3817dfd4b6fd854ab286dc7fe6a279a62fc87664bd41513ea130fcb793128e2daabd9a55
7
- data.tar.gz: a844da8425af9f42fb02a3dbff726709f475d8f2971cf7bc6a5d30e457707ff9eff32115b67d56483abe04ae2ba3bec696d8cae3aa3754b67bc00a905745d74c
6
+ metadata.gz: 3383603f5bcb2eaa90170ec994d13e5b921b2ad76e87bec7cc12d9f38bc6e3e5157e074098b06e8421b1337df5bbd7eb145e5548f8bd8d2226f10a982da88e44
7
+ data.tar.gz: 46f1c68881e12b9ca4dd5837953b338fcdfdc597daeea79fea72f1af6a58d578a43a8b6c80001acfe7e9c6d5c0fcb261bc49e0bde3b52b0ed543aa1254713fa2
@@ -568,7 +568,7 @@ module ZuoraAPI
568
568
  raise ZuoraAPI::Exceptions::ZuoraAPIRequestLimit.new("The total number of concurrent requests has exceeded the limit allowed by the system. Please resubmit your request later.", response)
569
569
  end
570
570
 
571
- if body.fetch('message', '').downcase.include?('unexpected error') && response.code != 500
571
+ if (body.dig('message') || '').downcase.include?('unexpected error') && response.code != 500
572
572
  raise ZuoraAPI::Exceptions::ZuoraUnexpectedError.new(body['message'], response)
573
573
  end
574
574
 
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.31"
2
+ VERSION = "1.7.32"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.31
4
+ version: 1.7.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-16 00:00:00.000000000 Z
11
+ date: 2019-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler