From 6e48db4936881b27f9da46605e9ea06c126136cf Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 11 Jan 2016 01:05:50 +0100 Subject: [PATCH] quick patch --- libraries/Payments.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/Payments.php b/libraries/Payments.php index 6a4235b..8d0aac4 100644 --- a/libraries/Payments.php +++ b/libraries/Payments.php @@ -40,6 +40,10 @@ class Payments return false; } + self::$paypal->setConfig([ + 'mode' => Config::get('paypal_mode'), + ]); + return true; }