Skip to content

Commit cbae607

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #97 from sunnyrajrathod/future
Merging pull request #94.
2 parents 4374edc + 7d5b516 commit cbae607

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/authorize_net/api/schema.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,8 @@ class CustomerProfileType
11831183
xml_accessor :merchantCustomerId
11841184
xml_accessor :description
11851185
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]
11881188

11891189
def initialize(merchantCustomerId = nil, description = nil, email = nil, paymentProfiles = [], shipToList = [])
11901190
@merchantCustomerId = merchantCustomerId
@@ -2961,8 +2961,8 @@ class CreateCustomerProfileResponse
29612961
xml_accessor :messages, :as => MessagesType
29622962
xml_accessor :sessionToken
29632963
xml_accessor :customerProfileId
2964-
xml_accessor :customerPaymentProfileIdList
2965-
xml_accessor :customerShippingAddressIdList
2964+
xml_accessor :customerPaymentProfileIdList, :as => NumericStringsType
2965+
xml_accessor :customerShippingAddressIdList, :as => NumericStringsType
29662966
xml_accessor :validationDirectResponseList
29672967

29682968
def initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileId = nil, customerPaymentProfileIdList = nil, customerShippingAddressIdList = nil, validationDirectResponseList = nil)

0 commit comments

Comments
 (0)