Wallet country
This commit is contained in:
@@ -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"])){
|
||||
|
||||
Reference in New Issue
Block a user