Skip to content

Commit

Permalink
Merge pull request #35 from paynl/feature/PLUG-3393
Browse files Browse the repository at this point in the history
PLUG-3393 - Update in3 to iDEAL in3
  • Loading branch information
woutse authored Apr 28, 2024
2 parents 45f67b5 + 8b7f9f9 commit 1f75b60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Bank Payments | Creditcards | Gift cards & Vouchers | Pay by invoice | Others |
iDEAL + QR |Visa | VVV Cadeaukaart | Riverty | PayPal |
Bancontact + QR | Mastercard | Webshop Giftcard | Achteraf betalen via Billink | WeChatPay |
Giropay |American Express | FashionCheque | Biller | AmazonPay |
SOFORT | Carte Bancaire | Podium Cadeaukaart | in3 keer betalen, 0% rente | Cashly | Alipay |
SOFORT | Carte Bancaire | Podium Cadeaukaart | iDEAL in3 | Cashly | Alipay |
Maestro | PostePay | Gezondheidsbon | Klarna | Pay Fixed Price (phone) |
Bank Transfer | Dankort | Fashion Giftcard | SprayPay | Instore Payments (POS) |
EPS | Nexi | GivaCard | Creditclick | Przelewy24 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

$dir = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
$autoload = $dir . '/Pay/Autoload.php';

Expand All @@ -9,5 +10,5 @@ class ControllerExtensionPaymentPaynlCapayableGespreid extends Pay_Controller_Ad
protected $_paymentOptionId = 1813;
protected $_paymentMethodName = 'paynl_capayablegespreid';
protected $_postPayment = true;
protected $_defaultLabel = 'in3 keer betalen, 0% rente';
protected $_defaultLabel = 'iDEAL in3';
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

include 'paynl3.php';
// Heading
$_['heading_title'] = 'Pay. - in3 keer betalen, 0% rente';
$_['heading_title'] = 'Pay. - iDEAL in3';
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

include 'paynl3.php';
// Heading
$_['heading_title'] = 'Pay. - in3 keer betalen, 0% rente';
$_['heading_title'] = 'Pay. - iDEAL in3';
Binary file modified upload/image/Pay/19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f75b60

Please sign in to comment.