-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrectly assumes CCD means credit #10
Comments
Where specifically? |
…ss to contain debits and credits for all types. Fixes philipwhitt#10
|
In reality the only difference between CCD and PPD or WEB is that it's a company name rather than an individual name (although we use PPD for non-profit orgs) - so in the PR #9 I just changed Entry to use "subject" rather than individual or company, and it eliminates the need for a separate classes altogether |
There is now a addEntry() method. addDebitEntry() and addCreditEntry() are effectively deprecated now, but still around to maintain the api. |
This library incorrectly assumes that only CCD entries can be credits, and that all credits must be CCD entries.
Per the NACHA spec, CCD entries can be credit or debit entries, and other types of entries can be credit entries (e.g. PPD).
The text was updated successfully, but these errors were encountered: