From 7d307be2b81fc73023c17409df413dabc542ee7f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 18 Oct 2024 22:13:53 -0400 Subject: [PATCH] $owner_country --- www-api/app/Controllers/WrenchWallet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }