diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index 7ab583ca..6f898a15 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -234,8 +234,8 @@ class WrenchWallet extends BaseController if ( count($out["result_list"])> 0 ){ $owner_country = $out["result_list"][0]['owner_country']; - $wallet_country = $first_names = array_column($owner_country , 'country');; - $auxWallet = $this->auxiliaryWallets($wallet_country); + // $wallet_country = $first_names = array_column($owner_country , 'country');; + $auxWallet = $this->auxiliaryWallets($owner_country); foreach ($auxWallet as $item){ $out["result_list"][] = $item; }