wallet image

This commit is contained in:
CHIEFSOFT\ameye
2024-10-15 18:11:33 -04:00
parent 21e27c54cc
commit 7a3e63be7b
+4 -4
View File
@@ -258,7 +258,7 @@ class WrenchWallet extends BaseController
"amount" => 0,
"id" => 1,
"code" => "USD",
"description" => "Add Virtual VISA",
"description" => "Add Virtual Debit Card",
"symbol" => "$",
"action_type" => "AC_AD_VIRTUAL_CARD",
"lorder" => 0,
@@ -287,8 +287,8 @@ class WrenchWallet extends BaseController
"wallet_uid" => "",
"escrow" => 0,
"show_balance" => true,
"rt_action_text" => "XXX-X0XX",
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
"rt_action_text" => "View",
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-token.jpg'
];
$out["result_list"][] = [
"amount" => 0,
@@ -305,7 +305,7 @@ class WrenchWallet extends BaseController
"wallet_uid" => "",
"escrow" => 0,
"show_balance" => true,
"rt_action_text" => "YYYY-YYYY",
"rt_action_text" => "Redeem",
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg'
];
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");