wallet bug

This commit is contained in:
CHIEFSOFT\ameye
2024-10-18 22:09:15 -04:00
parent cfb3f6c31e
commit 75dd4bcc01
+1 -1
View File
@@ -232,7 +232,7 @@ class WrenchWallet extends BaseController
$this->saveCache($endpoint,$out,1500);
}
if ( count($out["result_list"][])> 0 ){
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);