Actualizacion de Diseño Logins y Parte de Registro Negocios
This commit is contained in:
8
desarrollo/config/nagad.php
Normal file
8
desarrollo/config/nagad.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sandbox_mode' => env('NAGAD_MODE', 'sandbox'),
|
||||
'merchant_id' => env('NAGAD_MERCHANT_ID','683002007104225'),
|
||||
'merchant_number' => env('NAGAD_MERCHANT_NUMBER','01979221957'),
|
||||
'callback_url' => env('NAGAD_CALLBACK_URL', env('APP_URL').'/nagad/callback')
|
||||
];
|
||||
Reference in New Issue
Block a user