Wallet country

This commit is contained in:
CHIEFSOFT\ameye
2024-10-27 00:01:42 -04:00
parent b6ed837ace
commit 49b3a19080
+2 -1
View File
@@ -85,7 +85,8 @@ class WrenchJobs extends BaseController
log_message('critical', "***** ***** WrenchJobs::getJobsData Cache Done:::Ret ");
}
$endpointW = "USER_WALLET_COUNTRY-". $in["uid"];
$endpointW = "WALLETS-COUNTRY-". str_replace('-','_', $in["uid"]);
// $endpointW = "USER_WALLET_COUNTRY-". $in["uid"];
$outW = $this->getCache($endpointW);
// I need your wallet country here
if ( !is_array($outW["result_list"])){