zuora_api 0.2.5.7 → 0.2.5.8

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
  SHA1:
3
- metadata.gz: 7906223156e097e6e281799db871fa97a81ac268
4
- data.tar.gz: 290ed1e56ad04d43742824fd72999ef839377d05
3
+ metadata.gz: 47a6f7b059dae5490a911cb2f6dff072190f09f1
4
+ data.tar.gz: 5d9a1afa6be9f5a97fac40844da14c3a2f99756c
5
5
  SHA512:
6
- metadata.gz: 694224bc64b3329f13b0b8720d84a940085f9daada46babfe5bfc474f24eefc0bdba441ab766ed1370c9143bd9339ea92d8a7e6cda6194158f9c0dab69d8246a
7
- data.tar.gz: 96016f407cf0bf4c8ba6c4ca336e481b203295f6d2488320a3a95ae713f97927626d6b0dad0dada55d344c1dc602567c8741efe9a3f652443b8be5a771f37c60
6
+ metadata.gz: 93aed68ae3840ce6ade53b1430ddcf3cff5fdaee85dbd4fa44d29666129db195fba5da1aa92edf5e519efd42d45344d82b8d2c7c5d65e40fab740994ec2e4342
7
+ data.tar.gz: d35e6ac5454d4f5c28a9661cc5efd964dd8f7e7c2b8c004658492643b3001a9d030a362479775ec9e2193849d9ce9410c67591e5485097341f746b4a1b37190a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zuora_api (0.2.5.7)
4
+ zuora_api (0.2.5.8)
5
5
  httparty
6
6
  nokogiri (~> 1.6.8)
7
7
  railties (>= 4.1.0, < 5.1)
@@ -13,7 +13,7 @@ module ZuoraAPI
13
13
  @entity_id = entity_id
14
14
  @current_session = session
15
15
  @errors = Hash.new
16
- @status = "Inactive"
16
+ @status = "Active"
17
17
  @user_info = Hash.new
18
18
  self.update_environment
19
19
  end
@@ -162,7 +162,7 @@ module ZuoraAPI
162
162
  return self.current_session
163
163
  end
164
164
 
165
- def soap_call(ns1: 'ns1', ns2: 'ns2', batch_size: nil, single_transaction: false,debug: false, **keyword_args)
165
+ def soap_call(ns1: 'ns1', ns2: 'ns2', batch_size: nil, single_transaction: false,debug: true, **keyword_args)
166
166
  tries ||= 2
167
167
  xml = Nokogiri::XML::Builder.new do |xml|
168
168
  xml['SOAP-ENV'].Envelope('xmlns:SOAP-ENV' => "http://schemas.xmlsoap.org/soap/envelope/",
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "0.2.5.7"
2
+ VERSION = "0.2.5.8"
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: 0.2.5.7
4
+ version: 0.2.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group