zuora_api 1.7.59 → 1.7.60

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: 266ba452074c07980d3117810776e9f5952f80f1d5857a115334335196b26b2a
4
- data.tar.gz: b4092db3bd872fee2c3a28337dbcb7c309c9e0793905a7fd73cee0be16860e4e
3
+ metadata.gz: 50ecb83259da9f58c2dbad9a679cbb411f37d8ef23ebea2cffd9405b68f959e9
4
+ data.tar.gz: fa497edac6fa08fb7ca2a1303d41cc495f0be03d1fef006a837c75d3f64fdd93
5
5
  SHA512:
6
- metadata.gz: f07cf3c660d6bde75b47fa7149576d602de22e32663da0fd130879a2fc1c45eb76403e0253e21179fc10b23074276c9b8857504647d04bc075bb8259a57d20fe
7
- data.tar.gz: 2251b642b1bd6c73f929e78140da69ab0e2b7962020e7abcd936bcf565c671656814fa9c8ed34f9ebacd66fddf0b43a7c95d9348956036a4263a3dfa02cb0be9
6
+ metadata.gz: 3f3001fbf45414d069597957dd0d4cee7bf89d32cf66113b2bb241cf449cd6e00c99d8e7a5766cb95152c6a36477f6beddad5548b37b6327ccdf3474d8bbe22c
7
+ data.tar.gz: 55ebf58e10e4e813a64e47988d8b6e75dd7bb76f5fc26cf63800c83449585e4c154b4509f9ddcac97915e7f43b570f35cd92303fbe80516a4b0ca7905b2676fd
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.59"
2
+ VERSION = "1.7.60"
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.7.59
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-03 00:00:00.000000000 Z
11
+ date: 2020-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler