Skip to content

Commit e991670

Browse files
authored
Update DebitBankAccount.java
1 parent ef5df32 commit e991670

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
@@ -38,8 +38,8 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, Doub
3838
// Populate the payment data
3939
PaymentType paymentType = new PaymentType();
4040
BankAccountType bankAccountType = new BankAccountType();
41-
bankAccountType.setAccountType(BankAccountTypeEnum.SAVINGS);
42-
bankAccountType.setRoutingNumber("125008547");
41+
bankAccountType.setAccountType(BankAccountTypeEnum.CHECKING);
42+
bankAccountType.setRoutingNumber("121141754");
4343
bankAccountType.setAccountNumber("1234567890");
4444
bankAccountType.setNameOnAccount("John Doe");
4545
paymentType.setBankAccount(bankAccountType);

0 commit comments

Comments
 (0)