Skip to content

Commit c1e655a

Browse files
author
Sunny Raj Rathod
authored
Update DebitBankAccount.java
1 parent 6c20e20 commit c1e655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ 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("121042882");
42+
bankAccountType.setRoutingNumber("125000105");
4343
bankAccountType.setAccountNumber("1234567890");
4444
bankAccountType.setNameOnAccount("John Doe");
4545
paymentType.setBankAccount(bankAccountType);

0 commit comments

Comments
 (0)