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:
Wouter van Os
2015-10-20 22:53:52 +02:00
parent 5aee12920e
commit 10c4f045ee
11 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<?php
require_once 'mollie/mollie.php';
require_once __DIR__ . '/mollie/mollie.php';
function molliebanktransfer_config() {
$config = mollie_config();