New Resources

This commit is contained in:
CHIEFSOFT\ameye
2024-10-17 12:58:35 -04:00
parent 5abd8f4037
commit 0e71a84c89
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -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/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/couponpending', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/couponredeem', 'WrenchApi::apigate');
@@ -25,4 +25,7 @@ class WrenchGetResources extends BaseController
return [];
}
}
+1 -1
View File
@@ -328,7 +328,7 @@ class WrenchWallet extends BaseController
"processor" => 9014,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "",
"wallet_uid" => "",
"escrow" => 0,
"show_balance" => true,
"rt_action_text" => "Redeem",