-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from mollie/opencart-2.3
Module compatible with OpenCart 2.3
- Loading branch information
Showing
169 changed files
with
9,293 additions
and
1,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...log/model/payment/mollie_banktransfer.php → ...extension/payment/mollie_banktransfer.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ModelPaymentMollieBankTransfer extends ModelPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BANKTRANSFER; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMollieBankTransfer extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BANKTRANSFER; | ||
} |
2 changes: 1 addition & 1 deletion
2
catalog/model/payment/mollie_belfius.php → ...ller/extension/payment/mollie_belfius.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ModelPaymentMollieBelfius extends ModelPaymentMollieBase | ||
class ControllerExtensionPaymentMollieBelfius extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BELFIUS; | ||
} |
14 changes: 7 additions & 7 deletions
14
catalog/model/payment/mollie_bitcoin.php → ...ller/extension/payment/mollie_bitcoin.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ModelPaymentMollieBitcoin extends ModelPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BITCOIN; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMollieBitcoin extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BITCOIN; | ||
} |
14 changes: 7 additions & 7 deletions
14
.../controller/payment/mollie_creditcard.php → ...r/extension/payment/mollie_creditcard.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMollieCreditcard extends ControllerPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_CREDITCARD; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMollieCreditcard extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_CREDITCARD; | ||
} |
2 changes: 1 addition & 1 deletion
2
...controller/payment/mollie_directdebit.php → .../extension/payment/mollie_directdebit.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMollieDirectDebit extends ControllerPaymentMollieBase | ||
class ControllerExtensionPaymentMollieDirectDebit extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_DIRECTDEBIT; | ||
} |
14 changes: 7 additions & 7 deletions
14
catalog/controller/payment/mollie_ideal.php → ...roller/extension/payment/mollie_ideal.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMollieIDEAL extends ControllerPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_IDEAL; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMollieIDEAL extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_IDEAL; | ||
} |
14 changes: 7 additions & 7 deletions
14
.../controller/payment/mollie_mistercash.php → ...r/extension/payment/mollie_mistercash.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMollieMisterCash extends ControllerPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_MISTERCASH; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMollieMisterCash extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_MISTERCASH; | ||
} |
14 changes: 7 additions & 7 deletions
14
admin/controller/payment/mollie_paypal.php → ...oller/extension/payment/mollie_paypal.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMolliePayPal extends ControllerPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_PAYPAL; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMolliePayPal extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_PAYPAL; | ||
} |
14 changes: 7 additions & 7 deletions
14
...controller/payment/mollie_paysafecard.php → .../extension/payment/mollie_paysafecard.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMolliePaysafecard extends ControllerPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_PAYSAFECARD; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMolliePaysafecard extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_PAYSAFECARD; | ||
} |
14 changes: 7 additions & 7 deletions
14
admin/controller/payment/mollie_sofort.php → ...oller/extension/payment/mollie_sofort.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerPaymentMollieSOFORT extends ControllerPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_SOFORT; | ||
} | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMollieSOFORT extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_SOFORT; | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.