zuora_api 1.11.0.pre.a → 1.11.0
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 +1 -3
- data/lib/zuora_api/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c3e2e3e17ebf318b524af894ebb8d0fdd6c943724757e0ac7312b4038f315cf
|
|
4
|
+
data.tar.gz: d4572546c89bf71cfd44816af541acd7ccd05f9f78cea673a8d752cf5f5749ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b92b7964475c93e2d17ee6a5b015bf8657f8f143b3c69f5e7285eb027a0db86c6b262cf07c442ba25add1ef66ce1d98bd659b33ee296376259d6eee5ec9c21d2
|
|
7
|
+
data.tar.gz: 4fb7b0e5ba49c738e2f8f5c8804b14fbe65a5bde5263cf60324848bc25477b58015987bb0ee01723791d58562b778b3029f67c0f77ce5fd5f47514c48a4de32f
|
data/lib/zuora_api/login.rb
CHANGED
|
@@ -225,8 +225,7 @@ module ZuoraAPI
|
|
|
225
225
|
"NA" => {"Sandbox" => "https://sandbox.na.zuora.com/apps/services/a/",
|
|
226
226
|
"Production" => "https://na.zuora.com/apps/services/a/",
|
|
227
227
|
"Performance" => "https://pt1.na.zuora.com/apps/services/a/",
|
|
228
|
-
"Services" => "https://services347.na.zuora.com/apps/services/a/"
|
|
229
|
-
"Test" => "https://test.zuora.com/apps/services/a/"}
|
|
228
|
+
"Services" => "https://services347.na.zuora.com/apps/services/a/"}
|
|
230
229
|
}
|
|
231
230
|
end
|
|
232
231
|
|
|
@@ -696,7 +695,6 @@ module ZuoraAPI
|
|
|
696
695
|
if body.dig('data', "errorCode") == "LINK_10000005"
|
|
697
696
|
raise ZuoraAPI::Exceptions::ZuoraAPITemporaryError.new(body.dig('data', "errorMessage"), response)
|
|
698
697
|
elsif (body.dig('data', "errorMessage").present? || body.dig('data', "queryStatus") == "failed")
|
|
699
|
-
raise ZuoraAPI::Exceptions::ZuoraAPIUnkownError.new("Data query failed for unknown reasons. No error message.", response) if body.dig('data', "errorMessage").blank?
|
|
700
698
|
raise ZuoraAPI::Exceptions::ZuoraAPIError.new(body.dig('data', "errorMessage"), response)
|
|
701
699
|
end
|
|
702
700
|
when /^GET::404::\/query\/jobs\/([a-zA-Z0-9\-_]+)$/ #Get DQ job not found, capture of the id is present if needed in future error responses.
|
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.11.0
|
|
4
|
+
version: 1.11.0
|
|
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-
|
|
11
|
+
date: 2022-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -209,9 +209,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
209
209
|
version: '0'
|
|
210
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
requirements:
|
|
212
|
-
- - "
|
|
212
|
+
- - ">="
|
|
213
213
|
- !ruby/object:Gem::Version
|
|
214
|
-
version:
|
|
214
|
+
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubygems_version: 3.3.7
|
|
217
217
|
signing_key:
|