Skip to content

Commit 9fb08fd

Browse files
committed
-- updated debit bank account account and routing number
1 parent bb0c297 commit 9fb08fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/authorize/sample/PaymentTransactions/DebitBankAccount.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, Doub
3939
PaymentType paymentType = new PaymentType();
4040
BankAccountType bankAccountType = new BankAccountType();
4141
bankAccountType.setAccountType(BankAccountTypeEnum.CHECKING);
42-
bankAccountType.setRoutingNumber("125000024");
43-
bankAccountType.setAccountNumber("12345678");
42+
bankAccountType.setRoutingNumber("121042882");
43+
bankAccountType.setAccountNumber("123456789");
4444
bankAccountType.setNameOnAccount("John Doe");
4545
paymentType.setBankAccount(bankAccountType);
4646

0 commit comments

Comments
 (0)