From 49b3a190803e6c3a7c766601fbb355beca595051 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 27 Oct 2024 00:01:42 -0400 Subject: [PATCH] Wallet country --- www-api/app/Controllers/WrenchJobs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"])){