zuora_api 1.7.53 → 1.7.54

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: 872b363140045571affcd6f4a4c9eb9d30e905c026d17059687a8b51db49eda3
4
- data.tar.gz: f61df5afff5d64f750c1e987c9029e55cd0b41bb5c505e419094b3dd4f18e773
3
+ metadata.gz: 47653cccb13b8ab5f79b21a53b53fe69a52ac45c6c89effd7df59d5e1619263f
4
+ data.tar.gz: 3668a970d0b2c1cdaeb4671005acc7cba034d22e4297f73cd2f0c5318f8cde0d
5
5
  SHA512:
6
- metadata.gz: 6aff21e63916730426affdb290656c72f62ac51c206755452bd01de314b936207f423bb58a389c19385402e176bed7cb7b0328b0ca5abe699678f9c794923b81
7
- data.tar.gz: 6b659db535c9ba77c630f4f0f92ba6fa929a4f3d4a1bd1cbb276a616ebfa5f85d977d6252541dffac46fdd361e4ad6b76a930b6de35f6cece568f616d013b72a
6
+ metadata.gz: 60c1d6ba4a29329a35cd5cc64a10e284650208f6beb22220b8cdb609a0c15726aacff72e7f73355619cc39ee56c90741ef7a513b13e37f6449454f00247d53d8
7
+ data.tar.gz: 5136c19bcab6c2b49cee6816de90c03698132c0ca340be4b7de97207d764686d9aef984fe87c1ae8e4a24c395eee9168a1a9bd23cc418522c418963051eb4e01
@@ -875,6 +875,8 @@ module ZuoraAPI
875
875
  when /.*soapenv:Server.*/
876
876
  if /^Invalid value.*for type.*|^Id is invalid/.match(message).present?
877
877
  raise ZuoraAPI::Exceptions::ZuoraAPIError.new(message, response, errors, success)
878
+ elsif /^Invalid white space character (.*) in text to output$/
879
+ raise ZuoraAPI::Exceptions::ZuoraAPIUnkownError.new(message, response, errors, success)
878
880
  end
879
881
  raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new(message, response, errors, success)
880
882
  else
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.53"
2
+ VERSION = "1.7.54"
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.53
4
+ version: 1.7.54
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-03-01 00:00:00.000000000 Z
11
+ date: 2020-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler