Skip to content

Commit 6ef3eb9

Browse files
authored
Update DebitBankAccount.java
Changing account type
1 parent 79f28c7 commit 6ef3eb9

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
@@ -38,7 +38,7 @@ 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.CHECKING);
41+
bankAccountType.setAccountType(BankAccountTypeEnum.SAVINGS);
4242
bankAccountType.setRoutingNumber("125008547");
4343
bankAccountType.setAccountNumber("1234567890");
4444
bankAccountType.setNameOnAccount("John Doe");

0 commit comments

Comments
 (0)