Commit 2e517d5a by Angel MAS

mode paypal

parent fbab40f4
......@@ -69,6 +69,7 @@ AC_MERCADO_PAGO=Access token
CLIENT_ID_PAYPAL=cliente id
SECRET_PAYPAL=secret id
PAYPAL_MODE=sandbox
```
......
......@@ -472,7 +472,7 @@ class CartController extends Controller
'log.LogEnabled' => true,
'log.FileName' => base_path().'/Paypal.log',
'log.LogLevel' => 'DEBUG',
'mode' => 'sandbox',
'mode' => env('PAYPAL_MODE'),
)
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment