Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit b235b79

Browse files
authored
Merge pull request #3 from paynl/feature/PLUG-1698
PLUG-1698 - Betaalmethoden in sync brengen
2 parents 0591d68 + 958b877 commit b235b79

71 files changed

Lines changed: 188 additions & 370 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

admin/controller/payment/paynl_afterpay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ControllerPaymentPaynlAfterpay extends Pay_Controller_Admin {
77
protected $_paymentOptionId = 739;
88
protected $_paymentMethodName = 'paynl_afterpay';
99

10-
protected $_defaultLabel = 'Afterpay';
10+
protected $_defaultLabel = 'Riverty was (AfterPay)';
1111

1212

1313
}

admin/controller/payment/paynl_afterpayem.php

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$dir = dirname(dirname(dirname(dirname(__FILE__))));
3+
$autoload = $dir.'/Pay/Autoload.php';
4+
5+
require_once $autoload;
6+
class ControllerPaymentPaynlAlipay extends Pay_Controller_Admin {
7+
protected $_paymentOptionId = 2080;
8+
protected $_paymentMethodName = 'paynl_alipay';
9+
10+
protected $_defaultLabel = 'AliPay';
11+
12+
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$dir = dirname(dirname(dirname(dirname(__FILE__))));
3+
$autoload = $dir.'/Pay/Autoload.php';
4+
5+
require_once $autoload;
6+
class ControllerPaymentPaynlAmazonpay extends Pay_Controller_Admin {
7+
protected $_paymentOptionId = 1903;
8+
protected $_paymentMethodName = 'paynl_amazonpay';
9+
10+
protected $_defaultLabel = 'Amazon Pay';
11+
12+
13+
}

admin/controller/payment/paynl_bitcoin.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

admin/controller/payment/paynl_capayable.php

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$dir = dirname(dirname(dirname(dirname(__FILE__))));
3+
$autoload = $dir.'/Pay/Autoload.php';
4+
5+
require_once $autoload;
6+
class ControllerPaymentPaynlDankort extends Pay_Controller_Admin {
7+
protected $_paymentOptionId = 1939;
8+
protected $_paymentMethodName = 'paynl_dankort';
9+
10+
protected $_defaultLabel = 'Dankort';
11+
12+
13+
}

admin/controller/payment/paynl_ebon.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

admin/controller/payment/paynl_focum.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

admin/controller/payment/paynl_klarnakp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ class ControllerPaymentPaynlKlarnakp extends Pay_Controller_Admin {
77
protected $_paymentOptionId = 1717;
88
protected $_paymentMethodName = 'paynl_klarnakp';
99

10-
protected $_defaultLabel = 'KlarnaKP';
10+
protected $_defaultLabel = 'Klarna';
1111

1212
}

0 commit comments

Comments
 (0)