Fix minore iban

This commit is contained in:
Pek5892 2023-01-09 17:25:11 +01:00
parent a2a3af9000
commit efd186c682
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class IBAN
'IE' => [
'length' => 22,
'pattern' => '4c 14n',
'structure' => 'IEkk aaaa bbbb bbcc cccc cc',
'structure' => 'IEkk ssss bbbb bbcc cccc cc',
],
'IL' => [
'length' => 23,