New Resources
This commit is contained in:
@@ -177,6 +177,10 @@ $routes->post('/en/wrench/api/v1/sitecontact', 'WrenchApi::apigate');
|
|||||||
$routes->post('/en/wrench/api/v1/signupcountry', 'WrenchGeneralData::signUpCountry');
|
$routes->post('/en/wrench/api/v1/signupcountry', 'WrenchGeneralData::signUpCountry');
|
||||||
$routes->post('/en/wrench/api/v1/userscards', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/userscards', 'WrenchApi::apigate');
|
||||||
|
|
||||||
|
$routes->post('/en/wrench/api/v1/countrystate', 'WrenchResources::getCountryStates');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$routes->post('/en/wrench/api/v1/couponhx', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/couponhx', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/couponpending', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/couponpending', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/couponredeem', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/couponredeem', 'WrenchApi::apigate');
|
||||||
|
|||||||
@@ -25,4 +25,7 @@ class WrenchGetResources extends BaseController
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -328,7 +328,7 @@ class WrenchWallet extends BaseController
|
|||||||
"processor" => 9014,
|
"processor" => 9014,
|
||||||
"current_balance" => 0,
|
"current_balance" => 0,
|
||||||
"transfer_limit" => 0,
|
"transfer_limit" => 0,
|
||||||
"wallet_uid" => "",
|
"wallet_uid" => "",
|
||||||
"escrow" => 0,
|
"escrow" => 0,
|
||||||
"show_balance" => true,
|
"show_balance" => true,
|
||||||
"rt_action_text" => "Redeem",
|
"rt_action_text" => "Redeem",
|
||||||
|
|||||||
Reference in New Issue
Block a user