+ Update helper routes
This commit is contained in:
parent
7025673804
commit
17bb7fd43e
|
@ -58,6 +58,7 @@
|
||||||
$router->get('countries','WalletServiceController@get');
|
$router->get('countries','WalletServiceController@get');
|
||||||
$router->get('countries/{dial_code}','WalletServiceController@get');
|
$router->get('countries/{dial_code}','WalletServiceController@get');
|
||||||
$router->post('paying_networks','WalletServiceController@post');
|
$router->post('paying_networks','WalletServiceController@post');
|
||||||
|
$router->post('other_paying_networks','WalletServiceController@post');
|
||||||
|
|
||||||
// Transactions routes
|
// Transactions routes
|
||||||
$router->group(['prefix' => '/transactions'] , function () use ($router){
|
$router->group(['prefix' => '/transactions'] , function () use ($router){
|
||||||
|
|
Loading…
Reference in New Issue