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 +4 -4
- data/lib/authorize_net/api/constants.yml +1 -1
- data/lib/authorize_net/api/schema.rb +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d68d8aa0ea014a6e26b76f9d85899ee4e5eb2c23
|
|
4
|
+
data.tar.gz: 0d08088de8017002472d36292d6a81f6820e5e4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c3434e5fd7e04301cc079b118c65f4b5cda234d2576c90ea8c9b598625436c6c501fe1e29c731f24ced1f3ac988146a0f72625ef8441bfe16edfb1dec4356ba
|
|
7
|
+
data.tar.gz: d0491bb15d358be5eb26080e00abd8f77919beeaf9b7783f29cbc852e3741baad3de693e11b0cf11b5246740e2cec8d9a9aefd5181463084f1ffd5eca8f81db8
|
|
@@ -1 +1 @@
|
|
|
1
|
-
clientId: sdk-ruby-1.9.0.
|
|
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.
|
|
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-
|
|
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.
|
|
192
|
+
rubygems_version: 2.6.7
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: Authorize.Net Payments SDK
|