Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
590 stars 67 forks source link

Iban Validation Issue #7

Closed dennisoderwald closed 9 years ago

dennisoderwald commented 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.

olivervogel commented 9 years ago

Thanks for reporting. Is fixed in 6141978f31d28e9e1cc543fe4b78ef3fa4ec994c.

dennisoderwald commented 9 years ago

Thanks @olivervogel! :+1: