-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
case-insensitive check for BIC #1547
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
Conversation
I found no appearant reason why a BIC has to be all-upper, so allowing customers to enter it lowercase or mixed should be ok. Furthermore, the IBAN-validation also is case-insensitive.
For consistency with IBAN I agree. I think we should add in the comments of both validations that the validation is handled in a case-insensitive manner and that it is up to the user to normalize the input (e.g. convert everything into uppercase before persisting the user input). |
Sounds good to me. Will you need an amended pull request/patch? |
please add the requested change to this PR. |
OK, comments are amended. |
Thanks, your changes look good to me. |
@netzkind could your squash those commits? |
@netzkind please squash your commits and prefix the commit message with I will merge after this small changes. |
@netzkind are you willing to apply the above mentioned changes? |
I found no appearant reason why a BIC has to be all-upper, so allowing customers to enter it lowercase or mixed should be ok. Furthermore, the IBAN-validation also is case-insensitive. Closes jquery-validation#1547
I found no appearant reason why a BIC has to be all-upper, so allowing customers to enter it lowercase or mixed should be ok.
Furthermore, the IBAN-validation also is case-insensitive.