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
447 stars 150 forks source link

fix: skip reserved fields in Dishonored Returns #1365

Closed adamdecaf closed 5 months ago

adamdecaf commented 5 months ago

Fixes: https://github.com/moov-io/ach/issues/1364

codecov-commenter commented 5 months ago

Codecov Report

Merging #1365 (c539871) into master (d32e436) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head c539871 differs from pull request most recent head 52a82d3. Consider uploading reports for the commit 52a82d3 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 #1365 +/- ## ======================================= Coverage 88.43% 88.44% ======================================= Files 75 75 Lines 7767 7771 +4 ======================================= + Hits 6869 6873 +4 Misses 541 541 Partials 357 357 ```