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 3bcaaf8 commit e3ecd79Copy full SHA for e3ecd79
PaymentTransactions/capture-previously-authorized-amount.py
@@ -55,4 +55,4 @@ def capture_previously_authorized_amount():
55
return response
56
57
if(os.path.basename(__file__) == os.path.basename(sys.argv[0])):
58
- capture_previously_auhtorized_amount()
+ capture_previously_authorized_amount()
0 commit comments