Skip to content

Commit e3ecd79

Browse files
author
Sunny Raj Rathod
authored
Update capture-previously-authorized-amount.py
1 parent 3bcaaf8 commit e3ecd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaymentTransactions/capture-previously-authorized-amount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def capture_previously_authorized_amount():
5555
return response
5656

5757
if(os.path.basename(__file__) == os.path.basename(sys.argv[0])):
58-
capture_previously_auhtorized_amount()
58+
capture_previously_authorized_amount()

0 commit comments

Comments
 (0)