quick patch

This commit is contained in:
flash 2016-01-11 01:05:50 +01:00
parent 9ac118e7d4
commit 6e48db4936

View file

@ -40,6 +40,10 @@ class Payments
return false;
}
self::$paypal->setConfig([
'mode' => Config::get('paypal_mode'),
]);
return true;
}