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 2df676a commit aa71163Copy full SHA for aa71163
PaymentTransactions/charge-credit-card.py
@@ -55,7 +55,7 @@ def charge_credit_card(amount):
55
56
# Create a transactionRequestType object and add the previous objects to it.
57
transactionrequest = apicontractsv1.transactionRequestType()
58
- transactionrequest.transactionType = "authOnlyTransaction"
+ transactionrequest.transactionType = "authCaptureTransaction"
59
transactionrequest.amount = amount
60
transactionrequest.payment = payment
61
transactionrequest.order = order
0 commit comments