Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

IBAN validator: HR and SM missing in SEPA countries #201

Closed
awillner opened this issue Sep 20, 2017 · 0 comments · Fixed by #204
Closed

IBAN validator: HR and SM missing in SEPA countries #201

awillner opened this issue Sep 20, 2017 · 0 comments · Fixed by #204

Comments

@awillner
Copy link

According to https://www.iban.com/structure.html, Croatia (HR) and San Marino (SM) are also SEPA countries. However, the country codes are missing in the sepa countries array of the current IBAN validator.

protected static $sepaCountries = [ 'AT', 'BE', 'BG', 'CY', 'CZ', 'DK', 'FO', 'GL', 'EE', 'FI', 'FR', 'DE', 'GI', 'GR', 'HU', 'IS', 'IE', 'IT', 'LV', 'LI', 'LT', 'LU', 'MT', 'MC', 'NL', 'NO', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'CH', 'GB' ];

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant