mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-18 03:28:18 +01:00
@@ -2,7 +2,7 @@
|
||||
|
||||
require_once __DIR__ . '/mollie/mollie.php';
|
||||
|
||||
function mollieideal_config() {
|
||||
function mollieideal_devapp_config() {
|
||||
$config = mollie_config();
|
||||
|
||||
$config = array_merge($config, array(
|
||||
@@ -15,6 +15,6 @@ function mollieideal_config() {
|
||||
return $config;
|
||||
}
|
||||
|
||||
function mollieideal_link($params) {
|
||||
function mollieideal_devapp_link($params) {
|
||||
return mollie_link($params, Mollie_API_Object_Method::IDEAL);
|
||||
}
|
||||
Reference in New Issue
Block a user