Skip to content

Commit f37c679

Browse files
author
brianmc
committed
Updated callId for VCO transactionRequest
1 parent f2b57fe commit f37c679

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/authorize_net/api/schema.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -3921,6 +3921,7 @@ def initialize(customerProfileSummaryType = nil, paymentSimpleType = nil, accoun
39213921
# payment - PaymentType
39223922
# profile - CustomerProfilePaymentType
39233923
# solution - SolutionType
3924+
# callId - SOAP::SOAPString
39243925
# authCode - SOAP::SOAPString
39253926
# refTransId - SOAP::SOAPString
39263927
# splitTenderId - SOAP::SOAPString
@@ -3947,6 +3948,7 @@ class TransactionRequestType
39473948
xml_accessor :payment, :as => PaymentType
39483949
xml_accessor :profile, :as => CustomerProfilePaymentType
39493950
xml_accessor :solution, :as => SolutionType
3951+
xml_accessor :callId
39503952
xml_accessor :authCode
39513953
xml_accessor :refTransId
39523954
xml_accessor :splitTenderId
@@ -3966,13 +3968,14 @@ class TransactionRequestType
39663968
xml_accessor :transactionSettings, :as => Settings
39673969
xml_accessor :userFields, :as => UserFields
39683970

3969-
def initialize(transactionType = nil, amount = nil, currencyCode = nil, payment = nil, profile = nil, solution = nil, authCode = nil, refTransId = nil, splitTenderId = nil, order = nil, lineItems = nil, tax = nil, duty = nil, shipping = nil, taxExempt = nil, poNumber = nil, customer = nil, billTo = nil, shipTo = nil, customerIP = nil, cardholderAuthentication = nil, retail = nil, transactionSettings = nil, userFields = nil)
3971+
def initialize(transactionType = nil, amount = nil, currencyCode = nil, payment = nil, profile = nil, solution = nil, callId = nil, authCode = nil, refTransId = nil, splitTenderId = nil, order = nil, lineItems = nil, tax = nil, duty = nil, shipping = nil, taxExempt = nil, poNumber = nil, customer = nil, billTo = nil, shipTo = nil, customerIP = nil, cardholderAuthentication = nil, retail = nil, transactionSettings = nil, userFields = nil)
39703972
@transactionType = transactionType
39713973
@amount = amount
39723974
@currencyCode = currencyCode
39733975
@payment = payment
39743976
@profile = profile
39753977
@solution = solution
3978+
@callId = callId
39763979
@authCode = authCode
39773980
@refTransId = refTransId
39783981
@splitTenderId = splitTenderId

0 commit comments

Comments
 (0)