From 7a3e63be7bbb798d32f58f8fae8647383a71b4ee Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 15 Oct 2024 18:11:33 -0400 Subject: [PATCH] wallet image --- www-api/app/Controllers/WrenchWallet.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index c038460d..ae1477a6 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -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 ");