Skip to content

Commit 08998f7

Browse files
committed
change account number to get tests working again
1 parent 9eccda3 commit 08998f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PaymentTransactions/debit-bank-account.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ def debit_bank_account():
2424
accountType = apicontractsv1.bankAccountTypeEnum
2525
bankAccountType.accountType = accountType.checking
2626
bankAccountType.routingNumber = "121042882"
27-
bankAccountType.accountNumber = "12345678"
27+
bankAccountType.accountNumber = "123456789"
2828
bankAccountType.nameOnAccount = "John Doe"
2929

3030
transactionrequest = apicontractsv1.transactionRequestType()
3131
transactionrequest.transactionType = "authCaptureTransaction"
32-
transactionrequest.amount = Decimal (amount)
32+
transactionrequest.amount = Decimal(amount)
3333
transactionrequest.payment = payment
3434
transactionrequest.payment.bankAccount = bankAccountType
3535

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy