We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3263c08 commit 4976cc6Copy full SHA for 4976cc6
1 file changed
lib/authorize_net/api/schema.rb
@@ -1698,7 +1698,7 @@ class TransactionSummaryType
1698
xml_accessor :marketType
1699
xml_accessor :product
1700
xml_accessor :mobileDeviceId
1701
- xml_accessor :subscription
+ xml_accessor :subscription, :as => SubscriptionPaymentType
1702
xml_accessor :hasReturnedItems
1703
xml_accessor :fraudInformation
1704
xml_accessor :profile, :as => CustomerProfileIdType
@@ -1967,7 +1967,7 @@ def initialize(tag = nil)
1967
xml_accessor :transactionStatus
1968
xml_accessor :responseCode
1969
xml_accessor :responseReasonCode
1970
1971
xml_accessor :responseReasonDescription
1972
xml_accessor :authCode
1973
xml_accessor :aVSResponse
0 commit comments