Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYOSWXP-117: iDeal payment: add new issuer list for iDeal #281

Merged
merged 3 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/PaymentHandler/PayoneIDealPaymentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class PayoneIDealPaymentHandler extends AbstractAsynchronousPayonePaymentHandler
'TRIODOS_BANK',
'VAN_LANSCHOT_BANKIERS',
'YOURSAFE',
'NATIONALE_NEDERLANDEN',
'N26',
];

public static function isCapturable(array $transactionData, array $payoneTransActionData): bool
Expand Down
14 changes: 8 additions & 6 deletions src/Resources/views/storefront/payone/ideal/ideal-form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@
form="confirmOrderForm"
required="required"
>
<option value="ABN_AMRO_BANK">ABN Amro</option>
<option value="ABN_AMRO_BANK">ABN Amro Bank</option>
<option value="ASN_BANK">ASN Bank</option>
<option value="BUNQ_BANK">Bunq</option>
<option value="BUNQ_BANK">Bunq Bank</option>
<option value="ING_BANK">ING Bank</option>
<option value="KNAB_BANK">Knab</option>
<option value="KNAB_BANK">Knab Bank</option>
<option value="RABOBANK">Rabobank</option>
<option value="REVOLUT">Revolut</option>
<option value="SNS_BANK">SNS Bank</option>
<option value="SNS_REGIO_BANK">Regio Bank</option>
<option value="SNS_REGIO_BANK">SNS Regio Bank</option>
<option value="TRIODOS_BANK">Triodos Bank</option>
<option value="VAN_LANSCHOT_BANKIERS">van Lanschot</option>
<option value="YOURSAFE">Yoursafe B.V</option>
<option value="VAN_LANSCHOT_BANKIERS">Van Lanschot Kempen</option>
<option value="YOURSAFE">Yoursafe</option>
<option value="NATIONALE_NEDERLANDEN">Nationale-Nederlanden</option>
<option value="N26">N26</option>
</select>
</div>
</div>
Expand Down
Loading