Skip to content

Commit

Permalink
update bank list (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciki committed Mar 24, 2022
1 parent 4d9533e commit 9817800
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/IbanToBic/Dictionary/SlovakBicDictionary.php
Expand Up @@ -19,10 +19,11 @@ protected function getMap(): array
{
return [
'0200' => 'SUBASKBX',
'0900' => 'GIBASKBX',
'0720' => 'NBSBSKBX',
'0900' => 'GIBASKBX',
'1100' => 'TATRSKBX',
'1111' => 'UNCRSKBX',
'2010' => 'FIOBCZPP',
'3000' => 'SLZBSKBA',
'3100' => 'LUBASKBX',
'5200' => 'OTPVSKBX',
Expand All @@ -37,15 +38,23 @@ protected function getMap(): array
'8100' => 'KOMBSKBA',
'8120' => 'BSLOSK22',
'8130' => 'CITISKBA',
'8170' => 'KBSPSKBX',
'8160' => 'EXSKSKBX',
'8170' => 'KBSPSKBX',
'8180' => 'SPSRSKBA',
'8300' => 'HSBCSKBA',
'8320' => 'JTBPSKBA',
'8330' => 'FIOZSKBA',
'8350' => 'ABNASKBX',
'8360' => 'BREXSKBX',
'8370' => 'OBKLSKBA',
'8390' => 'AKCTCZ21',
'8410' => 'RIDBSKBX',
'8420' => 'BFKKSKBB',
'8430' => 'KODBSKBX',
'8440' => 'BNPASA',
'9950' => 'FDXXSKBA',
'9951' => 'XBRASKB1',
'9952' => 'TPAYSKBX',
];
}
}

0 comments on commit 9817800

Please sign in to comment.