+ Fix bug on Credit traitement route
This commit is contained in:
parent
234708357d
commit
59a1207dbb
|
@ -41,8 +41,8 @@ $router->group(['prefix' => '/transactions'] , function () use ($router){
|
|||
|
||||
// Credits routes
|
||||
$router->group(['prefix' => '/credits'] , function () use ($router){
|
||||
$router->put('treatDemand/{id_demand}','CreditfController@treatDemand');
|
||||
$router->put('cancelDemand/{id_demand}','CreditController@cancelDemand');
|
||||
$router->put('treatDemand/{id_demand}', 'CreditController@treatDemand');
|
||||
$router->put('cancelDemand/{id_demand}', 'CreditController@cancelDemand');
|
||||
});
|
||||
|
||||
$router->put('/virement/{id_wallet}','CommissionController@virement');
|
||||
|
|
Loading…
Reference in New Issue