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 ");
+2
View File
@@ -40,6 +40,7 @@ protected array $allSettings;
return [
[
"text" => 'Add Card',
"action_key" => 'ADD_VIRTUAL_CARD_STRP',
"wallet_country" => ['US'],
"amount" => 0,
"id" => 1,
@@ -66,6 +67,7 @@ protected array $allSettings;
return [
[
"text" => 'Spend',
"action_key" => 'SPEND_TO_BANK_FLTW',
"wallet_country" => ['NG'],
"amount" => 0,
"id" => 1,