Closed dennisoderwald closed 9 years ago
Hello,
We are using the IBAN validation and noticed, that if we use 507008 as IBAN, it will return true instead of false. But since 507008 is not a valid IBAN it shouldn’t return true.
507008
true
Thanks for reporting. Is fixed in 6141978f31d28e9e1cc543fe4b78ef3fa4ec994c.
Thanks @olivervogel! :+1:
Hello,
We are using the IBAN validation and noticed, that if we use
507008
as IBAN, it will returntrue
instead of false. But since507008
is not a valid IBAN it shouldn’t returntrue
.