zuora_api 1.7.41 → 1.7.42
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/lib/zuora_api/login.rb +2 -2
- data/lib/zuora_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d82998b033ccf27efa05604d26d8218ac581bba1df2d318a2b3496a1694d352
|
4
|
+
data.tar.gz: 6182675e64736da2cb85e9c185a559b0e19e00cc6987201487cae776f0c6b987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45b3603f1bb951e3b5ef8a60be835e9a930975def96eb25c374ba110a1e52bf9e1f09375f92e31a509079b8c609f07eea7e878776c6713e5e7d6ac2485e7c279
|
7
|
+
data.tar.gz: c34bd8f3d877fa989e7668332f4d663cd242686e07771c2d28bf81702bacdcd2f4fa86d3ea97a0779299d2f223b69a67a6445d27eabe4178494e94da8d1b5441
|
data/lib/zuora_api/login.rb
CHANGED
@@ -504,7 +504,7 @@ module ZuoraAPI
|
|
504
504
|
if errors.include?(ex.class)
|
505
505
|
raise ex
|
506
506
|
else
|
507
|
-
response = ex.response
|
507
|
+
response = ex.response unless response
|
508
508
|
return output_xml, input_xml, response
|
509
509
|
end
|
510
510
|
rescue *CONNECTION_EXCEPTIONS => ex
|
@@ -974,7 +974,7 @@ module ZuoraAPI
|
|
974
974
|
if errors.include?(ex.class)
|
975
975
|
raise ex
|
976
976
|
else
|
977
|
-
response = ex.response
|
977
|
+
response = ex.response unless response
|
978
978
|
return [output_json, response]
|
979
979
|
end
|
980
980
|
rescue ZuoraAPI::Exceptions::BadEntityError => ex
|
data/lib/zuora_api/version.rb
CHANGED
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.
|
4
|
+
version: 1.7.42
|
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: 2020-01-
|
11
|
+
date: 2020-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|