Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Validator] Added IBAN format for Vatican City State#29531
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ostrolucky commentedDec 8, 2018
I think patches like these are treated as bugfixes, so should be targetting 3.4 |
| ----- | ||
| * added options`iban` and`ibanPropertyPath` to Bic constraint | ||
| * added support for Vatican City State IBAN format |
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.
Should be removed when rebased on 3.4 (as this should indeed be considered as a bug fix).
2374ce9 tod169bf0Compareraulfraile commentedDec 9, 2018
@fabpot thanks for the comments! It's now rebased and targetting |
7826734 to5f02614Comparefabpot commentedDec 9, 2018
Thank you@raulfraile. |
…fraile)This PR was squashed before being merged into the 3.4 branch (closes#29531).Discussion----------[Validator] Added IBAN format for Vatican City StateIBAN for Vatican City State was added to [IBAN registry](https://www.swift.com/sites/default/files/resources/iban_registry.pdf) recently. This PR adds support for this new format in the `Iban` validator.| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| License | MITCommits-------5f02614 [Validator] Added IBAN format for Vatican City State
IBAN for Vatican City State was added toIBAN registry recently. This PR adds support for this new format in the
Ibanvalidator.