kelantanpay
This commit is contained in:
@@ -660,4 +660,8 @@ $router->group(['prefix'=>'admin'], function () use ($router){
|
||||
|
||||
});
|
||||
|
||||
$router->group(['prefix'=>'kelantanpay'], function () use ($router){
|
||||
$router->get('gadai/customer',['uses'=>'KelantanPayController@index']);
|
||||
$router->post('payment/gadai',['uses'=>'KelantanPayController@postPayment']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user