Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50546fd

Browse filesBrowse files
authored
Update bank account number
1 parent de48341 commit 50546fd
Copy full SHA for 50546fd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/main/java/net/authorize/sample/PaymentTransactions/DebitBankAccount.java
+1-1Lines 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, Doub
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.