quick patch
This commit is contained in:
parent
9ac118e7d4
commit
6e48db4936
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ class Payments
|
|||
return false;
|
||||
}
|
||||
|
||||
self::$paypal->setConfig([
|
||||
'mode' => Config::get('paypal_mode'),
|
||||
]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue