Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #54924 [Validator] IBAN Check digits should always between 2 and …
…98 (karstennilsen) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Validator] IBAN Check digits should always between 2 and 98 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes/no | New feature? | no | Deprecations? | no | Issues | No existing | License | MIT A ECBS document (https://www.ecbs.org/Download/EBS204_V3.PDF) replicates part of the ISO/IEC 7064:2003 standard as a method for generating check digits in the range 02 to 98. Besides this I have a production database of 160K valid IBANs. All of them have a check digit between 02 and 98. Example of invalid IBANs, which before were valid, are NL01INGB0001393698 and NL01RABO0331811235. You can check them at iban.com to verify they are indeed invalid. Commits ------- 16fc595609 [Validator] IBAN Check digits should always between 2 and 98
- Loading branch information