Skip to content

Commit

Permalink
Updated list of issuers
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Jul 6, 2023
1 parent 9f6c861 commit 53134f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes for Buckaroo Gateway for Craft Commerce

## 1.4.0 - 2023-07-06
### Changed
- Updated list of issuers

## 1.4.0-beta.1 - 2022-06-30
### Change
- Require Craft 3.7 and up
Expand Down
10 changes: 5 additions & 5 deletions src/gateways/IdealGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,20 @@ public function populateRequest(array &$request, BasePaymentForm $paymentForm =
*/
public function fetchIssuers()
{
// Source: https://dev.buckaroo.nl/PaymentMethods/Description/ideal
// Source: https://docs.buckaroo.io/docs/nl/ideal-integration
return [
'ABNANL2A' => 'ABN AMRO',
'ASNBNL21' => 'ASN Bank',
'BUNQNL2A' => 'Bunq',
'INGBNL2A' => 'ING',
'KNABNL2H' => 'Knab',
'RABONL2U' => 'Rabobank',
'REVOLT21' => 'Revolut',
'SNSBNL2A' => 'SNS Bank',
'RBRBNL21' => 'SNS Regio Bank',
'TRIONL2U' => 'Triodos Bank',
'FVLBNL22' => 'Van Lanschot',
'KNABNL2H' => 'Knab',
'BUNQNL2A' => 'Bunq',
'HANDNL2A' => 'Handelsbanken',
'REVOLT21' => 'Revolut',
'BITSNL2A' => 'YourSafe',
];
}

Expand Down

0 comments on commit 53134f7

Please sign in to comment.