zuora_api 1.7.52 → 1.7.53

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: 408a8d74a14e2c1b85ac216afeab2d21f577a52cd9a7e5f4dfa306f3824f0495
4
- data.tar.gz: b039a0a1b42e708e256ce79665577eb24e0be811fcd90918e39bcb59c72db8da
3
+ metadata.gz: 872b363140045571affcd6f4a4c9eb9d30e905c026d17059687a8b51db49eda3
4
+ data.tar.gz: f61df5afff5d64f750c1e987c9029e55cd0b41bb5c505e419094b3dd4f18e773
5
5
  SHA512:
6
- metadata.gz: '09ca464689c575d5e2fab9383758f51d526b9606dfb3ef804041a9d063be8c2aa24fef6361d109b6beee240f9e8535d779537cec73b4698873b40c93643142d6'
7
- data.tar.gz: 6576c12cdafdbb4a9e9cf2feaf40fdd7633a6b070ba255c41facefa406f2b27f7a55f5dfa5d7f4ca999e45687ba3eb195f0ff0865e646fda6b5635fcc6b5ac94
6
+ metadata.gz: 6aff21e63916730426affdb290656c72f62ac51c206755452bd01de314b936207f423bb58a389c19385402e176bed7cb7b0328b0ca5abe699678f9c794923b81
7
+ data.tar.gz: 6b659db535c9ba77c630f4f0f92ba6fa929a4f3d4a1bd1cbb276a616ebfa5f85d977d6252541dffac46fdd361e4ad6b76a930b6de35f6cece568f616d013b72a
@@ -41,6 +41,7 @@ module ZuoraAPI
41
41
  ZuoraAPI::Exceptions::ZuoraAPIInternalServerError,
42
42
  ZuoraAPI::Exceptions::ZuoraAPIConnectionTimeout,
43
43
  ZuoraAPI::Exceptions::ZuoraAPIReadTimeout,
44
+ ZuoraAPI::Exceptions::ZuoraUnexpectedError
44
45
  ].freeze
45
46
 
46
47
  attr_accessor :region, :url, :wsdl_number, :current_session, :bearer_token, :oauth_session_expires_at, :environment, :status, :errors, :current_error, :user_info, :tenant_id, :tenant_name, :entity_id, :timeout_sleep, :hostname, :zconnect_provider
@@ -481,7 +482,7 @@ module ZuoraAPI
481
482
  input_xml.xpath('//ns1:session', 'ns1' =>'http://api.zuora.com/').children.remove
482
483
  Rails.logger.debug("Request SOAP XML: #{input_xml.to_xml(:save_with => XML_SAVE_OPTIONS).strip}") if debug
483
484
 
484
- headers = { 'Content-Type' => "text/xml; charset=utf-8" }
485
+ headers = { 'Content-Type' => "text/xml; charset=utf-8", 'Accept' => 'text/xml'}
485
486
  headers['Zuora-Track-Id'] = zuora_track_id if zuora_track_id.present?
486
487
 
487
488
  response = HTTParty.post(
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.52"
2
+ VERSION = "1.7.53"
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.52
4
+ version: 1.7.53
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-02-28 00:00:00.000000000 Z
11
+ date: 2020-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler