Skip to content

Commit e386901

Browse files
authored
Update DebitBankAccount.cs
Update bank routing number
1 parent 2ac59fc commit e386901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaymentTransactions/DebitBankAccount.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static ANetApiResponse Run(String ApiLoginID, String ApiTransactionKey, d
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)