Skip to content

Commit 9ed3818

Browse files
authored
Updating Bank Account number
1 parent ab098d7 commit 9ed3818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-paymenttransactions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ describe('Payment Transactions', function() {
382382
var bankAccountType = new ApiContracts.BankAccountType();
383383
bankAccountType.setAccountType(ApiContracts.BankAccountTypeEnum.CHECKING);
384384
bankAccountType.setRoutingNumber('125008547');
385-
bankAccountType.setAccountNumber('1234567890');
385+
bankAccountType.setAccountNumber('8256571452');
386386
bankAccountType.setNameOnAccount('John Doe');
387387
bankAccountType.setEcheckType('WEB');
388388
bankAccountType.setBankName('Wells Fargo Bank NA');
@@ -445,7 +445,7 @@ describe('Payment Transactions', function() {
445445
var bankAccountType = new ApiContracts.BankAccountType();
446446
bankAccountType.setAccountType(ApiContracts.BankAccountTypeEnum.CHECKING);
447447
bankAccountType.setRoutingNumber('125008547');
448-
bankAccountType.setAccountNumber('1234567890');
448+
bankAccountType.setAccountNumber('8256571452');
449449
bankAccountType.setNameOnAccount('John Doe');
450450
paymentType.setBankAccount(bankAccountType);
451451

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy