Intervention / validation

Missing Laravel Validation Rules

Home Page:https://validation.intervention.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jansgescheit opened this issue · comments

commented

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.

Fixed in 2.6.7