zuora_api 1.7.59 → 1.7.60
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 -1
- 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: 50ecb83259da9f58c2dbad9a679cbb411f37d8ef23ebea2cffd9405b68f959e9
|
|
4
|
+
data.tar.gz: fa497edac6fa08fb7ca2a1303d41cc495f0be03d1fef006a837c75d3f64fdd93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f3001fbf45414d069597957dd0d4cee7bf89d32cf66113b2bb241cf449cd6e00c99d8e7a5766cb95152c6a36477f6beddad5548b37b6327ccdf3474d8bbe22c
|
|
7
|
+
data.tar.gz: 55ebf58e10e4e813a64e47988d8b6e75dd7bb76f5fc26cf63800c83449585e4c154b4509f9ddcac97915e7f43b570f35cd92303fbe80516a4b0ca7905b2676fd
|
data/lib/zuora_api/login.rb
CHANGED
|
@@ -841,7 +841,7 @@ module ZuoraAPI
|
|
|
841
841
|
when /.*LOCK_COMPETITION/
|
|
842
842
|
raise ZuoraAPI::Exceptions::ZuoraAPILockCompetition.new(message, response, errors, success)
|
|
843
843
|
when /.*BATCH_FAIL_ERROR/
|
|
844
|
-
if message.include?("optimistic locking failed")
|
|
844
|
+
if message.include?("optimistic locking failed") || message.include?("Operation failed due to a lock competition, please retry later.")
|
|
845
845
|
raise ZuoraAPI::Exceptions::ZuoraAPILockCompetition.new(message, response, errors, success)
|
|
846
846
|
elsif message.include?("org.hibernate.exception.ConstraintViolationException")
|
|
847
847
|
raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new(message, response, errors, success)
|
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.60
|
|
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-04-
|
|
11
|
+
date: 2020-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|