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.
2 parents e02f885 + 5ff0a6e commit 9853bd1Copy full SHA for 9853bd1
PaymentTransactions/debit-bank-account.py
@@ -29,7 +29,7 @@ def debit_bank_account(amount):
29
accountType = apicontractsv1.bankAccountTypeEnum
30
bankAccount.accountType = accountType.checking
31
bankAccount.routingNumber = "121042882"
32
- bankAccount.accountNumber = "1234567890"
+ bankAccount.accountNumber = str(random.randint(10000,999999999999))
33
bankAccount.nameOnAccount = "John Doe"
34
35
# Add the payment data to a paymentType object
0 commit comments