File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def credit_bank_account():
18
18
bankAccountType = apicontractsv1 .bankAccountType ()
19
19
accountType = apicontractsv1 .bankAccountTypeEnum
20
20
bankAccountType .accountType = accountType .checking
21
- bankAccountType .routingNumber = "125000024 "
21
+ bankAccountType .routingNumber = "121042882 "
22
22
bankAccountType .accountNumber = "12345678"
23
23
bankAccountType .nameOnAccount = "John Doe"
24
24
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def debit_bank_account():
23
23
bankAccountType = apicontractsv1 .bankAccountType ()
24
24
accountType = apicontractsv1 .bankAccountTypeEnum
25
25
bankAccountType .accountType = accountType .checking
26
- bankAccountType .routingNumber = "125000024 "
26
+ bankAccountType .routingNumber = "121042882 "
27
27
bankAccountType .accountNumber = "12345678"
28
28
bankAccountType .nameOnAccount = "John Doe"
29
29
@@ -70,4 +70,4 @@ def debit_bank_account():
70
70
return response
71
71
72
72
if (os .path .basename (__file__ ) == os .path .basename (sys .argv [0 ])):
73
- debit_bank_account ()
73
+ debit_bank_account ()
You can’t perform that action at this time.
0 commit comments