ACTION KEY ADDED

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 06:59:38 -04:00
parent 2a7701c4ff
commit 00512f6909
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -258,7 +258,6 @@ class WrenchWallet extends BaseController
else{
$out['result_list'][$index]['extra_actions'] = [];
}
}
}
@@ -267,7 +266,7 @@ class WrenchWallet extends BaseController
// $wallet_country = $first_names = array_column($owner_country , 'country');;
$auxWallet = $this->auxiliaryWallets($owner_country);
foreach ($auxWallet as $item){
$out["result_list"][] = $item;
// $out["result_list"][] = $item;
}
}
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");