authorizenet 1.9.0.1 → 1.9.0.2

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: f9df1197090b7f2a31823b1d44889227165929ea
4
- data.tar.gz: 2c1193119ebaca1612bc15b4c3d4d146ffba75d1
3
+ metadata.gz: d68d8aa0ea014a6e26b76f9d85899ee4e5eb2c23
4
+ data.tar.gz: 0d08088de8017002472d36292d6a81f6820e5e4d
5
5
  SHA512:
6
- metadata.gz: dba7d6e8980d024cd66bc091e53562fe343a065cac453a387311e94005b7ba9790cfb4b628e84bf5ebc32ee86fa882e5199b3a3c58ddccfb5daf103872ddd24d
7
- data.tar.gz: 54e4275a90ec888af16d1db901d8933ae2c4d91a99f891b3435b6c39fe082d6c3d3a113e56740abe3776d02fc3b2907a0f4660baa18737d30eef671ab1c69253
6
+ metadata.gz: 3c3434e5fd7e04301cc079b118c65f4b5cda234d2576c90ea8c9b598625436c6c501fe1e29c731f24ced1f3ac988146a0f72625ef8441bfe16edfb1dec4356ba
7
+ data.tar.gz: d0491bb15d358be5eb26080e00abd8f77919beeaf9b7783f29cbc852e3741baad3de693e11b0cf11b5246740e2cec8d9a9aefd5181463084f1ffd5eca8f81db8
@@ -1 +1 @@
1
- clientId: sdk-ruby-1.9.0.1
1
+ clientId: sdk-ruby-1.9.0.2
@@ -1183,8 +1183,8 @@ end
1183
1183
  xml_accessor :merchantCustomerId
1184
1184
  xml_accessor :description
1185
1185
  xml_accessor :email
1186
- xml_accessor :paymentProfiles
1187
- xml_accessor :shipToList
1186
+ xml_accessor :paymentProfiles, :from => 'paymentProfiles', :as => [CustomerPaymentProfileType]
1187
+ xml_accessor :shipToList, :from => 'shipToList', :as => [CustomerAddressType]
1188
1188
 
1189
1189
  def initialize(merchantCustomerId = nil, description = nil, email = nil, paymentProfiles = [], shipToList = [])
1190
1190
  @merchantCustomerId = merchantCustomerId
@@ -2961,8 +2961,8 @@ end
2961
2961
  xml_accessor :messages, :as => MessagesType
2962
2962
  xml_accessor :sessionToken
2963
2963
  xml_accessor :customerProfileId
2964
- xml_accessor :customerPaymentProfileIdList
2965
- xml_accessor :customerShippingAddressIdList
2964
+ xml_accessor :customerPaymentProfileIdList, :as => NumericStringsType
2965
+ xml_accessor :customerShippingAddressIdList, :as => NumericStringsType
2966
2966
  xml_accessor :validationDirectResponseList
2967
2967
 
2968
2968
  def initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorizenet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0.1
4
+ version: 1.9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Authorize.Net
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: 1.3.6
190
190
  requirements: []
191
191
  rubyforge_project:
192
- rubygems_version: 2.4.4
192
+ rubygems_version: 2.6.7
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: Authorize.Net Payments SDK