-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(isISO4217): add currency code validator (#1703) #1706
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1706 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 101 102 +1
Lines 2005 2012 +7
Branches 452 452
=========================================
+ Hits 2005 2012 +7
Continue to review full report at Codecov.
|
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.
LGTM, great job @jpaya17
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.
Thanks for your contrib! 🎉
12125511800 |
|
|
Add currency code validator
Created ISO 4217 validator using all officially assigned currency codes obtained from this list.
Create a test suite with some valid and some invalid currency codes.
Update README file adding the new validator.
Checklist