Closed bassochette closed 1 year ago
I'd be glad to implement it and send a PR
Check out the existing validator in validator.js. It's a fairly new addition, so it hasn't been added here yet.
Last time I checked I think I saw that validator.js has been bumped so that 4217 should be available to implement right away, but don't quote me on that 😅
I saw it in validator.js and needed it today sooooo pull request time ;)
This feature/fix has been released in 0.14.0
.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
validator.js
offers validation for currency codes against the ISO4217 standard.Proposed solution
Implement the
@IsIso4217()
decorator.