Skip to content

Commit 2ac59fc

Browse files
authored
Update CreditBankAccount.cs
Update bank routing number
1 parent fbd4d2b commit 2ac59fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaymentTransactions/CreditBankAccount.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static ANetApiResponse Run(String ApiLoginID, String ApiTransactionKey, s
2727
var bankAccount = new bankAccountType
2828
{
2929
accountType = bankAccountTypeEnum.checking,
30-
routingNumber = "121042882",
30+
routingNumber = "125000105",
3131
accountNumber = "1234567890",
3232
nameOnAccount = "John Doe",
3333
echeckType = echeckTypeEnum.WEB, // change based on how you take the payment (web, telephone, etc)

0 commit comments

Comments
 (0)