forked from clone/WHMCS-Mollie-Payments
Fixed requires with __PATH__
This because the gateway had issues with an autoloader or such in WHMCS. Don't know the exact cause, but this fixed it.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once 'vendor/Mollie/src/Mollie/API/Autoloader.php';
|
||||
require_once __DIR__ . '/vendor/Mollie/src/Mollie/API/Autoloader.php';
|
||||
|
||||
function mollie_config() {
|
||||
return array(
|
||||
|
||||
Reference in New Issue
Block a user