Skip to content
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

Several fixes and merge conflicts resolved #9

Closed
wants to merge 26 commits into from

Conversation

jdforsythe
Copy link

Fixes #8 - introduced by #5

Fixes conflicts to merge #6

Proper RegEx for valid ACH ASCII range

Modified multiline strings in tests so the tests will run properly on Windows (files get line endings converted to CRLF, so forced \n line endings for the test strings)

The original project incorrectly assumes that credit entries = CCD entries and vice versa, where in reality CCD can be credit or debit, and other types (like PPD) can be credit entries (See #10 ). This e4ecd26 commit fixes that issue, as well.

sheppardv and others added 25 commits September 15, 2015 23:36
Conflicts:
	src/Nacha/Field/Number.php
	src/Nacha/File.php
	src/Nacha/Record/FileFooter.php
	src/Nacha/Record/FileHeader.php
…ss to contain debits and credits for all types. Fixes philipwhitt#10
@philipwhitt
Copy link
Owner

@jdforsythe Sorry I let this sit so long - would you like to fix the conflicts and I'll merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Returning wrong company ID (immediate origin) when 10 characters
4 participants