Skip to content

Commit a3315fc

Browse files
authored
Update bank account number
1 parent 50546fd commit a3315fc

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
@@ -40,7 +40,7 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, Stri
4040
BankAccountType bankAccountType = new BankAccountType();
4141
bankAccountType.setAccountType(BankAccountTypeEnum.CHECKING);
4242
bankAccountType.setRoutingNumber("121141754");
43-
bankAccountType.setAccountNumber("1234567890");
43+
bankAccountType.setAccountNumber("7687245428");
4444
bankAccountType.setNameOnAccount("John Doe");
4545
paymentType.setBankAccount(bankAccountType);
4646

0 commit comments

Comments
 (0)