����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.12.160.150 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirm.gltechlimited.com/config/ |
Upload File : |
<?php // SSLCommerz configuration return [ //'projectPath' => env('PROJECT_PATH'), // 'projectPath' => 'https://sandbox.sslcommerz.com', // For Sandbox, use "https://sandbox.sslcommerz.com" // For Live, use "https://securepay.sslcommerz.com" 'apiDomainSandBox' => env("API_DOMAIN_URL", "https://sandbox.sslcommerz.com"), 'apiDomainLive' => env("API_DOMAIN_URL", "https://securepay.sslcommerz.com"), 'apiCredentials' => [ 'store_id' => env("SSLCZ_STORE_ID"), 'store_password' => env("SSLCZ_STORE_PASSWD"), ], 'apiUrl' => [ 'make_payment' => "/gwprocess/v4/api.php", 'transaction_status' => "/validator/api/merchantTransIDvalidationAPI.php", 'order_validate' => "/validator/api/validationserverAPI.php", 'refund_payment' => "/validator/api/merchantTransIDvalidationAPI.php", 'refund_status' => "/validator/api/merchantTransIDvalidationAPI.php", ], 'connect_from_localhost' => env("IS_LOCALHOST", true), // For Sandbox, use "true", For Live, use "false" 'success_url' => '/student/success', 'failed_url' => '/student/fail', 'cancel_url' => '/student/cancel', 'ipn_url' => '/student/ipn', ];