-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
First contribution #132
base: main
Are you sure you want to change the base?
First contribution #132
Conversation
removed jxon and the code that uses it
added ability to skip 127
custom 127 encoding
added a check for NaN
@zemuldo Need help with the review?? |
@mcfriend99 Please go ahead. I also plan to have a look this weekend. |
@jlaustill Please update the change to enable the GitHub actions matrix when you can. I plan to review the PR this weekend. |
@zemuldo Sorry, I didn't notice the contribution readme :) I'm working with iso packets from Fiserve, and they do a LOT of non standard stuff. So I have this library wrapped by another class that does a tons more to the iso after parsing. Keep that in mind as you review :) |
Please update the branch you have for tests to run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good,
Just please add some tests that target the changes you have made.
This PR adds some error handling around the ISO format for healthcare and the ability to leave the 127 field un-expanded and encoded in a customer encoding.