zuora_api 1.10.5 → 1.10.6

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: 66b84e1cda1385ecc12a0ec3ff0f902daabf3cfdbfcf4bbf68fff9f8eb3e74ff
4
- data.tar.gz: d9154fd74d42c1a78aca57a17d4c66f9541e660c25b48bfe48037704b619470f
3
+ metadata.gz: 8026eb651925fa47b997421f3a1fe105f2ca59b70e7795683cc1d963cb7648dc
4
+ data.tar.gz: 1debeeeefad00e4694698a89735c2e3926adfdbc0b8e6ba670c5d71a94179af1
5
5
  SHA512:
6
- metadata.gz: 9e793260c8d4184ee53dc84b96a548a9c00bcb81490da9446ee2bebcfa4532b24da3aa64582b23d05624ffc435ea950e873c01cdbc724cfb796664441ac8e436
7
- data.tar.gz: 7b5a781bc33e34f691740ec7498ac4814191e088fed03ec7df2569f5cd8353933e275ef5e2cd93261d7ca266d030a8d0505a55a72a4b3c354565d2ad9af8493d
6
+ metadata.gz: 96ef4a7b2ef99802e16ff693873004a9c9a01aa805ab8cd072cd3442664b047c8d7a696ddb7ac624d06abfa9be4caefe8b009ed5e234b623b94ec429a7bd3130
7
+ data.tar.gz: 5836126e0bf9cc9ef1ace7de763a774ab16d2739d75b2482f21423e01d42dbba037edf54edd5aefaf44e36751f030101873c8a985b9a5d6e6cbab2bddcc0f1f6
@@ -712,7 +712,7 @@ module ZuoraAPI
712
712
  end
713
713
 
714
714
  body = body.dig("results").present? ? body["results"] : body if body.class == Hash
715
- if body.class == Hash && (!body["success"] || !body["Success"] || response.code != 200)
715
+ if body.class == Hash && (!(body["success"] || body["Success"]) || response.code != 200)
716
716
  reason_keys = %w(reasons errors)
717
717
  message_keys = %w(message title)
718
718
  messages_array, codes_array = [[],[]]
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.10.5"
2
+ VERSION = "1.10.6"
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.10.5
4
+ version: 1.10.6
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: 2022-02-09 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler