Skip to content

Commit

Permalink
MAGE-535: New iDeal issuers list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Boulanger committed Oct 31, 2023
1 parent 5642ccd commit 3e466af
Showing 1 changed file with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,20 @@ public function toArray()
'EPS_VKB' => 'Volkskreditbank AG',
),
Payone_Enum_OnlineBankTransferType::IDL => array(
'ABN_AMRO_BANK' => 'ABN Amro',
'ASN_BANK' => 'ASN Bank',
'BUNQ_BANK' => 'Bunq',
'ING_BANK' => 'ING Bank',
'KNAB_BANK' => 'Knab Bank',
'RABOBANK' => 'Rabobank',
'REVOLUT' => 'Revolut',
'SNS_BANK' => 'SNS Bank',
'SNS_REGIO_BANK' => 'SNS Regio Bank',
'TRIODOS_BANK' => 'Triodos Bank',
'VAN_LANSCHOT_BANKIERS' => 'van Lanschot Bank',
'YOURSAFE' => 'Yoursafe B.V',
'ABNANL2A' => 'ABN AMRO',
'ASNBNL21' => 'ASN Bank',
'BUNQNL2A' => 'bunq',
'INGBNL2A' => 'ING',
'KNABNL2H' => 'Knab',
'NTSBDEB1' => 'N26',
'NNBANL2G' => 'Nationale-Nederlanden',
'RABONL2U' => 'Rabobank',
'RBRBNL21' => 'RegioBank',
'REVOLT21' => 'Revolut',
'SNSBNL2A' => 'SNS',
'TRIONL2U' => 'Triodos Bank',
'FVLBNL22' => 'Van Lanschot Kempen',
'BITSNL2A' => 'Yoursafe',
),
);
}
Expand Down

0 comments on commit 3e466af

Please sign in to comment.