Skip to content

Commit 7b12056

Browse files
fix(iban): more strict pattern for IE and PS (#3464)
1 parent 048c325 commit 7b12056

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/finance/iban.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ const iban: Iban = {
500500
total: 22,
501501
bban: [
502502
{
503-
type: 'c',
503+
type: 'a',
504504
count: 4,
505505
},
506506
{
@@ -862,7 +862,7 @@ const iban: Iban = {
862862
total: 29,
863863
bban: [
864864
{
865-
type: 'c',
865+
type: 'a',
866866
count: 4,
867867
},
868868
{

0 commit comments

Comments
 (0)