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 4b4f601 commit 812d011Copy full SHA for 812d011
PaymentTransactions/authorize-credit-card.py
@@ -148,4 +148,4 @@ def authorize_credit_card(amount):
148
149
150
if (os.path.basename(__file__) == os.path.basename(sys.argv[0])):
151
- authorize_credit_card(CONSTANTS.amount)
+ authorize_credit_card(CONSTANTS.amount + 100)
0 commit comments