Your ROOT_URL in app.ini is http://167.99.32.63:3000/ but you are visiting http://167.99.32.63/ibrahim/BAGETWEBPANEL/blame/commit/5502e10312f1346e86a7121a4cdd08e66c54c696/config/paytm.php You should set ROOT_URL correctly, otherwise the web may not work correctly.

11 lines
368 B

2 years ago
<?php
return [
'env' => env('PAYTM_ENVIRONMENT', 'production'), // values : (local | production)
'merchant_id' => env('PAYTM_MERCHANT_ID', ''),
'merchant_key' => env('PAYTM_MERCHANT_KEY', ''),
'merchant_website' => env('PAYTM_MERCHANT_WEBSITE', ''),
'channel' => env('PAYTM_CHANNEL', ''),
'industry_type' => env('PAYTM_INDUSTRY_TYPE', ''),
];