ok

Mini Shell

Direktori : /home2/selectio/public_html/ecommerce-website/website/config/
Upload File :
Current File : //home2/selectio/public_html/ecommerce-website/website/config/paypal.php

<?php

return [
    'client_id' => env('PAYPAL_CLIENT_ID', ''),
    'secret' => env('PAYPAL_SECRET', ''),
    'settings' => array(
        'mode' => env('PAYPAL_MODE', 'sandbox'),
        'http.ConnectionTimeOut' => 30,
        'log.LogEnabled' => true,
        'log.FileName' => storage_path() . '/logs/paypal.log',
        'log.LogLevel' => 'ERROR'
    ),
];

Zerion Mini Shell 1.0