ACTION KEY ADDED
This commit is contained in:
@@ -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 ");
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user