Country banks
This commit is contained in:
@@ -204,6 +204,7 @@ define('WRENCHBOARD_ACCOUNT_USER_RECIPEINT', 11175);
|
||||
define('WRENCHBOARD_ACCOUNT_ACCOUNT_TYPES', 11177);
|
||||
define('WRENCHBOARD_ACCOUNT_COUNTRY_COMBO', 11179);
|
||||
define('WRENCHBOARD_ACCOUNT_JOB_COUNTRY', 11181);
|
||||
define('WRENCHBOARD_ACCOUNT_COUNTRY_BANKS', 11183);
|
||||
|
||||
define('WRENCHBOARD_USER_DELETEACC', 11990);
|
||||
define('WRENCHBOARD_ACCOUNT_END', 11999);
|
||||
|
||||
@@ -62,8 +62,8 @@ $routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/sendreferral', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/refferhx', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/refferhx', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/countrybanks', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/getjob', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/mybanklist', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user