Skip to content

Commit

Permalink
MAGE-535: Fix IDL bank types
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Boulanger committed Nov 2, 2023
1 parent 3e466af commit 1d8f5b2
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ public function toArray()
'EPS_VKB' => 'Volkskreditbank AG',
),
Payone_Enum_OnlineBankTransferType::IDL => array(
'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',
'ABN_AMRO_BANK' => 'ABN Amro Bank',
'ASN_BANK' => 'ASN Bank',
'BUNQ_BANK' => 'Bunq Bank',
'ING_BANK' => 'ING Bank',
'KNAB_BANK' => 'Knab Bank',
'N26' => 'N26',
'NATIONALE_NEDERLANDEN' => 'Nationale-Nederlanden',
'RABOBANK' => 'Rabobank',
'SNS_REGIO_BANK' => 'SNS Regio Bank',
'REVOLUT' => 'Revolut',
'SNS_BANK' => 'SNS Bank',
'TRIODOS_BANK' => 'Triodos Bank',
'VAN_LANSCHOT_BANKIERS' => 'Van Lanschot Kempen',
'YOURSAFE' => 'Yoursafe',
),
);
}
Expand Down

0 comments on commit 1d8f5b2

Please sign in to comment.