Skip to content

Commit 9a16ef9

Browse files
committed
customerProfileExType changed to customerProfileInfoExType
1 parent abfd8e1 commit 9a16ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/authorize_net/api/schema.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,7 @@ class UpdateCustomerProfileRequest
36803680
include ROXML
36813681
xml_accessor :merchantAuthentication
36823682
xml_accessor :refId
3683-
xml_accessor :profile, as: CustomerProfileExType
3683+
xml_accessor :profile, as: CustomerProfileInfoExType
36843684

36853685
def initialize(merchantAuthentication = nil, refId = nil, profile = nil)
36863686
@merchantAuthentication = merchantAuthentication

0 commit comments

Comments
 (0)