zuora_api 1.7.20 → 1.7.23
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 +3 -3
- 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: 3ed5d6395f12a30edf3058f97bc7311620717fff674af8e35e43ccbfb8c7350d
|
4
|
+
data.tar.gz: 9c94b591dc91a1bdc40eddc539247b0d62b0e7a06b1da93b0b66e6b0c837450d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a818d534cbdb0d2e85dc6213e1c25b24222bc294687f0d2ca9da8de857ecec0844a524f04e8deb9c31ce8a3da82f90c8ff5e9ca15f21f2662e1663781e964c8d
|
7
|
+
data.tar.gz: 676c6ed71caa47d06ed59610367b17b1ba18f58c2f534189dfa5a1d6cccb1ce75c8c0dd87930bef180acb926ad2e529fa4d9995a557da4fda3ad6e366493c921
|
data/lib/zuora_api/login.rb
CHANGED
@@ -582,10 +582,10 @@ module ZuoraAPI
|
|
582
582
|
raise ZuoraAPI::Exceptions::ZuoraAPIError.new("#{error}::#{message}", response)
|
583
583
|
end
|
584
584
|
else
|
585
|
-
if
|
586
|
-
raise ZuoraAPI::Exceptions::
|
585
|
+
if body.xpath('//faultstring').text.present?
|
586
|
+
raise ZuoraAPI::Exceptions::ZuoraAPIError.new("#{error}::#{body.xpath('//faultstring').text}", response)
|
587
587
|
else
|
588
|
-
raise ZuoraAPI::Exceptions::
|
588
|
+
raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new('Zuora API Internal Server Error', response)
|
589
589
|
end
|
590
590
|
end
|
591
591
|
elsif error.class == Array
|
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.23
|
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-
|
11
|
+
date: 2019-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|