Skip to content

Commit e4e6de1

Browse files
author
Sunny Raj Rathod
authored
Merge pull request AuthorizeNet#65 from Sapbasu15/master
updated Debit Bank Account account and routing number
2 parents 68a32a9 + 9fb08fd commit e4e6de1

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)