Skip to content

Commit

Permalink
Changed example company id to proper 10 digits.
Browse files Browse the repository at this point in the history
  • Loading branch information
snsparrish committed May 10, 2012
1 parent ecbc382 commit b78b301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ If you need more functionality, I'm available for contract work at sparrish@node
include 'Nacha.php';
$nacha = new NachaFile();
$nacha->setBankRT('123456789')// Your bank's routing number
->setCompanyId('987654')// Usually your company Fed tax id with something the bank tells you to put on the front.
->setCompanyId('98765443210')// Usually your company Fed tax id with something the bank tells you to put on the front.
->setSettlementAccount('44444444444') // Your bank account you want the money to go into
->setFileID('987654')// Probably the same as your Company ID but your bank will tell you what this should be.
->setOriginatingBank('BANK ON IT')// Text name of your bank
Expand Down

0 comments on commit b78b301

Please sign in to comment.