moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
456 stars 151 forks source link

Correctly assign Category to IAT entries #1377

Closed ckbaum closed 7 months ago

ckbaum commented 7 months ago

Category isn't currently being set correctly for IAT returns and NOCs. Add the assignment and a couple new tests.

codecov-commenter commented 7 months ago

Codecov Report

Merging #1377 (8b83fa1) into master (35fe682) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 8b83fa1 differs from pull request most recent head 2238eac. Consider uploading reports for the commit 2238eac to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1377 +/- ## ======================================= Coverage 84.71% 84.71% ======================================= Files 82 82 Lines 8113 8115 +2 ======================================= + Hits 6873 6875 +2 Misses 883 883 Partials 357 357 ```
adamdecaf commented 7 months ago

Released in https://github.com/moov-io/ach/releases/tag/v1.34.3