mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-20 02:04:14 +01:00
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 'mollie/mollie.php';
|
||||
require_once __DIR__ . '/mollie/mollie.php';
|
||||
|
||||
function molliepaysafecard_config() {
|
||||
$config = mollie_config();
|
||||
|
||||
Reference in New Issue
Block a user