authorizenet 1.8.5.3 → 1.8.5.4

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: c700bf6eb2f17ae8ba817883560232edf34754da
4
- data.tar.gz: cf512faeafec4caf9a853a53263eb7c0f922f177
3
+ metadata.gz: 285db8c942a87565df5c235bfa6f898d60bc3d09
4
+ data.tar.gz: 3d405e6977b51ec26b0322c9c802c23e9e8032d5
5
5
  SHA512:
6
- metadata.gz: 0d0152c2b0ccf6475cb94c10875893d73c587af286b12ce0689d29bb42f98dc349e46b93a9b5729db08b95c8f012e3a2e4374a67b775814b6e616f4b3a98b9d1
7
- data.tar.gz: bb8909a6776fd773f8928779ba7b405a28a86a8f029162cca1217ee4d91343add70dda8a5fa134b901081d58720de1782feae99fcfec228aad60378b92e3c255
6
+ metadata.gz: 320afacd4d759178e9811d90db20014bb4bddff787826657799a7fddd43f24e2de98c5b3c87a99a4cee33ff400558d4beba64c6b10478d5b66d592aa5acbf998
7
+ data.tar.gz: 51b5b85ca2b1ddce91795c508f58624272f19e7fcba8101dfed55e3051a94d85c12f84ced466c430dc23e49ed1d0b4b2b7894ea57fbbfa034a04827a923e1309
@@ -1176,8 +1176,8 @@ end
1176
1176
  xml_accessor :description
1177
1177
  xml_accessor :email
1178
1178
  xml_accessor :customerProfileId
1179
- xml_accessor :paymentProfiles
1180
- xml_accessor :shipToList
1179
+ xml_accessor :paymentProfiles, :from => 'paymentProfiles' , :as => [CustomerPaymentProfileMaskedType]
1180
+ xml_accessor :shipToList, :from => 'shipToList' , :as => [CustomerAddressExType]
1181
1181
 
1182
1182
  def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfiles = [], shipToList = [])
1183
1183
  @merchantCustomerId = merchantCustomerId
@@ -2066,12 +2066,12 @@ end
2066
2066
  # payerID - SOAP::SOAPString
2067
2067
  class SecureAcceptance
2068
2068
  include ROXML
2069
- xml_accessor :secureAcceptanceUrl
2070
- xml_accessor :payerID
2069
+ xml_accessor :SecureAcceptanceUrl
2070
+ xml_accessor :PayerID
2071
2071
 
2072
2072
  def initialize(secureAcceptanceUrl = nil, payerID = nil)
2073
- @secureAcceptanceUrl = secureAcceptanceUrl
2074
- @payerID = payerID
2073
+ @SecureAcceptanceUrl = secureAcceptanceUrl
2074
+ @PayerID = payerID
2075
2075
  end
2076
2076
  end
2077
2077
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorizenet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.5.3
4
+ version: 1.8.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Authorize.Net