zuora_api 1.7.51 → 1.7.52

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cd2aa521463a9f52d88dc5a6ccc895b87e18fdc03994f73a2d9a015d83faa3e
4
- data.tar.gz: 5645ed96e0f8e29f56bff92f07b026cddb4a3157740044dd34715803ca8f38e7
3
+ metadata.gz: 408a8d74a14e2c1b85ac216afeab2d21f577a52cd9a7e5f4dfa306f3824f0495
4
+ data.tar.gz: b039a0a1b42e708e256ce79665577eb24e0be811fcd90918e39bcb59c72db8da
5
5
  SHA512:
6
- metadata.gz: 5a362242619d917e955f2133d986e8367d04924d1f3bae69d9c924a34c8e53ad395fa0f2c0aee1239ba9a096d473004757a197f0a71f3874b2599b759d31110c
7
- data.tar.gz: b2829f5a1decf1f840916ce986589142b1e0bd0ddf69f8795af1d3f715cdf21afa56067e053ad6379ca790a6ba2094a430d97e8e71ea6c9fe7ebedf1077f834b
6
+ metadata.gz: '09ca464689c575d5e2fab9383758f51d526b9606dfb3ef804041a9d063be8c2aa24fef6361d109b6beee240f9e8535d779537cec73b4698873b40c93643142d6'
7
+ data.tar.gz: 6576c12cdafdbb4a9e9cf2feaf40fdd7633a6b070ba255c41facefa406f2b27f7a55f5dfa5d7f4ca999e45687ba3eb195f0ff0865e646fda6b5635fcc6b5ac94
@@ -867,7 +867,7 @@ module ZuoraAPI
867
867
  raise ZuoraAPI::Exceptions::ZuoraAPIUnkownError.new(message, response, errors, success)
868
868
  end
869
869
  raise ZuoraAPI::Exceptions::ZuoraAPIError.new(message, response, errors, success)
870
- when /invalid/, /REQUEST_REJECTED/, /INVALID_ID/, /MAX_RECORDS_EXCEEDED/, /INVALID_FIELD/, /MALFORMED_QUERY/, /NO_PERMISSION/, /PDF_QUERY_ERROR/, /MISSING_REQUIRED_VALUE/, /INVALID_TYPE/, /TRANSACTION_FAILED/, /API_DISABLED/, /CANNOT_DELETE/, /ACCOUNTING_PERIOD_CLOSED/
870
+ when /invalid/, /^DUPLICATE_VALUE/, /^REQUEST_REJECTED/, /INVALID_ID/, /MAX_RECORDS_EXCEEDED/, /INVALID_FIELD/, /MALFORMED_QUERY/, /NO_PERMISSION/, /PDF_QUERY_ERROR/, /MISSING_REQUIRED_VALUE/, /INVALID_TYPE/, /TRANSACTION_FAILED/, /API_DISABLED/, /CANNOT_DELETE/, /ACCOUNTING_PERIOD_CLOSED/
871
871
  raise ZuoraAPI::Exceptions::ZuoraAPIError.new(message, response, errors, success)
872
872
  when /.*UNEXPECTED_ERROR/
873
873
  raise ZuoraAPI::Exceptions::ZuoraUnexpectedError.new(message, response, errors, success)
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.51"
2
+ VERSION = "1.7.52"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.51
4
+ version: 1.7.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group