Skip to content

Commit 4976cc6

Browse files
committed
Add missing subscription class type in api schema
1 parent 3263c08 commit 4976cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/authorize_net/api/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ class TransactionSummaryType
16981698
xml_accessor :marketType
16991699
xml_accessor :product
17001700
xml_accessor :mobileDeviceId
1701-
xml_accessor :subscription
1701+
xml_accessor :subscription, :as => SubscriptionPaymentType
17021702
xml_accessor :hasReturnedItems
17031703
xml_accessor :fraudInformation
17041704
xml_accessor :profile, :as => CustomerProfileIdType
@@ -1967,7 +1967,7 @@ def initialize(tag = nil)
19671967
xml_accessor :transactionStatus
19681968
xml_accessor :responseCode
19691969
xml_accessor :responseReasonCode
1970-
xml_accessor :subscription
1970+
xml_accessor :subscription, :as => SubscriptionPaymentType
19711971
xml_accessor :responseReasonDescription
19721972
xml_accessor :authCode
19731973
xml_accessor :aVSResponse

0 commit comments

Comments
 (0)