![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/config/ |
<?php return [ 'name' => 'paypal', 'description' => 'PayPal - Safe, Secured and Easy to pay online!', 'account_id' => env('PP_ACCOUNT_ID', 'xxxx'), 'client_id' => env('PP_CLIENT_ID', 'xxxx'), 'client_secret' => env('PP_CLIENT_SECRET', 'xxxx'), 'api_url' => env('PP_API_URL', 'https://api.sandbox.paypal.com'), 'redirect_url' => env('PP_REDIRECT_URL', 'xxxx'), 'cancel_url' => env('PP_CANCEL_URL', 'xxxx'), 'failed_url' => env('PP_FAILED_URL', 'xxxx'), 'mode' => env('PP_MODE', 'xxxx') ];