-
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 #112 from mollie/9.0.0
9.0.0 -- Major update; enhanced version compatibility, added payment methods, multicurrency support, update functionality
- Loading branch information
Showing
750 changed files
with
34,171 additions
and
4,706 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMolliebancontact extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BANCONTACT; | ||
} | ||
include_once(__DIR__."/../../payment/mollie_bancontact.php"); | ||
class ControllerExtensionPaymentMollieBancontact extends ControllerPaymentMollieBancontact{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_banktransfer.php"); | ||
|
||
class ControllerExtensionPaymentMollieBankTransfer extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BANKTRANSFER; | ||
} | ||
class ControllerExtensionPaymentMollieBankTransfer extends ControllerPaymentMollieBankTransfer{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_belfius.php"); | ||
|
||
class ControllerExtensionPaymentMollieBelfius extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BELFIUS; | ||
} | ||
class ControllerExtensionPaymentMollieBelfius extends ControllerPaymentMollieBelfius{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_bitcoin.php"); | ||
|
||
class ControllerExtensionPaymentMollieBitcoin extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BITCOIN; | ||
} | ||
class ControllerExtensionPaymentMollieBitcoin extends ControllerPaymentMollieBitcoin{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_creditcard.php"); | ||
|
||
class ControllerExtensionPaymentMollieCreditcard extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_CREDITCARD; | ||
} | ||
class ControllerExtensionPaymentMollieCreditcard extends ControllerPaymentMollieCreditcard{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_directdebit.php"); | ||
|
||
class ControllerExtensionPaymentMollieDirectDebit extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_DIRECTDEBIT; | ||
} | ||
class ControllerExtensionPaymentMollieDirectDebit extends ControllerPaymentMollieDirectDebit{} | ||
?> |
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,6 +1,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
class ControllerExtensionPaymentMollieEPS extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_EPS; | ||
} | ||
include_once(__DIR__."/../../payment/mollie_eps.php"); | ||
|
||
class ControllerExtensionPaymentMollieEps extends ControllerPaymentMollieEPS{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_giftcard.php"); | ||
|
||
class ControllerExtensionPaymentMollieGiftcard extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_GIFTCARD; | ||
} | ||
class ControllerExtensionPaymentMollieGiftcard extends ControllerPaymentMollieGiftcard{} | ||
?> |
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,6 +1,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
class ControllerExtensionPaymentMollieGIROPAY extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_GIROPAY; | ||
} | ||
include_once(__DIR__."/../../payment/mollie_giropay.php"); | ||
|
||
class ControllerExtensionPaymentMollieGiropay extends ControllerPaymentMollieGIROPAY{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_ideal.php"); | ||
|
||
class ControllerExtensionPaymentMollieIDEAL extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_IDEAL; | ||
} | ||
class ControllerExtensionPaymentMollieIdeal extends ControllerPaymentMollieIDEAL{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_inghomepay.php"); | ||
|
||
class ControllerExtensionPaymentMollieINGHOMEPAY extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_INGHOMEPAY; | ||
} | ||
class ControllerExtensionPaymentMollieINGHOMEPAY extends ControllerPaymentMollieINGHOMEPAY{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_kbc.php"); | ||
|
||
class ControllerExtensionPaymentMollieKbc extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_KBC; | ||
} | ||
class ControllerExtensionPaymentMollieKbc extends ControllerPaymentMollieKbc{} | ||
?> |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
include_once(__DIR__."/../../payment/mollie_klarnapaylater.php"); | ||
class ControllerExtensionPaymentMollieKlarnapaylater extends ControllerPaymentMollieKlarnapaylater{} | ||
?> |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
include_once(__DIR__."/../../payment/mollie_klarnasliceit.php"); | ||
class ControllerExtensionPaymentMollieKlarnasliceit extends ControllerPaymentMollieKlarnasliceit{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_paypal.php"); | ||
|
||
class ControllerExtensionPaymentMolliePayPal extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_PAYPAL; | ||
} | ||
class ControllerExtensionPaymentMolliePayPal extends ControllerPaymentMolliePayPal{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_paysafecard.php"); | ||
|
||
class ControllerExtensionPaymentMolliePaysafecard extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_PAYSAFECARD; | ||
} | ||
class ControllerExtensionPaymentMolliePaysafecard extends ControllerPaymentMolliePaysafecard{} | ||
?> |
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,5 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
include_once(__DIR__."/../../payment/mollie_sofort.php"); | ||
|
||
class ControllerExtensionPaymentMollieSOFORT extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_SOFORT; | ||
} | ||
class ControllerExtensionPaymentMollieSOFORT extends ControllerPaymentMollieSOFORT{} | ||
?> |
Oops, something went wrong.