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 'vendor/Mollie/src/Mollie/API/Autoloader.php';
require_once __DIR__ . '/vendor/Mollie/src/Mollie/API/Autoloader.php';
function mollie_config() {
return array(