Skip to content

Commit ef5df32

Browse files
authored
Update CreditBankAccount.java
1 parent 6ef3eb9 commit ef5df32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/authorize/sample/PaymentTransactions/CreditBankAccount.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, Stri
3939
PaymentType paymentType = new PaymentType();
4040
BankAccountType bankAccountType = new BankAccountType();
4141
bankAccountType.setAccountType(BankAccountTypeEnum.CHECKING);
42-
bankAccountType.setRoutingNumber("125008547");
42+
bankAccountType.setRoutingNumber("121141754");
4343
bankAccountType.setAccountNumber("1234567890");
4444
bankAccountType.setNameOnAccount("John Doe");
4545
paymentType.setBankAccount(bankAccountType);

0 commit comments

Comments
 (0)