Intervention / validation

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

IBAN Validator Issue with ISO 3166-1 alpha-2 CR Costa Rica #46

Closed jansgescheit closed 3 years ago

jansgescheit commented 3 years ago

I'm testing my form request with phpfaker.

Now a form request test is flickering in which an Iban is validated. I found out that this always happens when phpfaker generates an IBAN for Costa Rica. According to https://bank.codes/iban/structure/costa-rica/, the IBAN has 22 characters, but the validator expects 21 characters.

olivervogel commented 3 years ago

Fixed in 2.6.7