diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index be4228cf..37990185 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -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"])){