Skip to content

Commit 812d011

Browse files
committed
Modified amount
1 parent 4b4f601 commit 812d011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaymentTransactions/authorize-credit-card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ def authorize_credit_card(amount):
148148

149149

150150
if (os.path.basename(__file__) == os.path.basename(sys.argv[0])):
151-
authorize_credit_card(CONSTANTS.amount)
151+
authorize_credit_card(CONSTANTS.amount + 100)

0 commit comments

Comments
 (0)