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 00249c4

Browse filesBrowse files
author
Sunny Raj Rathod
authored
Update CreditBankAccount.java
1 parent c1e655a commit 00249c4
Copy full SHA for 00249c4

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/CreditBankAccount.java‎

Copy file name to clipboardExpand all lines: src/main/java/net/authorize/sample/PaymentTransactions/CreditBankAccount.java
+1-1Lines 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("121042882");
42+
bankAccountType.setRoutingNumber("125000105");
4343
bankAccountType.setAccountNumber("1234567890");
4444
bankAccountType.setNameOnAccount("John Doe");
4545
paymentType.setBankAccount(bankAccountType);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.