From 906a3199d319137decf4f4840d881d9c5f7ee0d0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 16 Oct 2024 12:41:46 -0400 Subject: [PATCH] aded icons --- www-api/app/Controllers/WrenchWallet.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/www-api/app/Controllers/WrenchWallet.php b/www-api/app/Controllers/WrenchWallet.php index b4180082..3faa7ffd 100644 --- a/www-api/app/Controllers/WrenchWallet.php +++ b/www-api/app/Controllers/WrenchWallet.php @@ -229,6 +229,9 @@ class WrenchWallet extends BaseController // } // // $in = $raw_array; + + ///family_uid + /// $in["loc"] = $_SERVER["REMOTE_ADDR"]; log_message('critical', "IN ARRAY for call 0001 -> ".serialize($in)); $in["action"] = 'getkidswallets'; //WRENCHBOARD_ACCOUNT_JOBLIST; @@ -254,9 +257,10 @@ class WrenchWallet extends BaseController "escrow" => 0, "show_balance" => false, "rt_action_text" => "Add Card", - "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg' + "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg', + "icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/card.png' ]; - + $out["wallet_cards"] = []; return $this->respond( $this->summaryReturnData($in,$out), 200); } @@ -289,7 +293,8 @@ class WrenchWallet extends BaseController "escrow" => 0, "show_balance" => false, "rt_action_text" => "Add Card", - "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg' + "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg', + "icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/card.png' ]; $out["result_list"][] = [ "amount" => 0, @@ -307,7 +312,8 @@ class WrenchWallet extends BaseController "escrow" => 0, "show_balance" => true, "rt_action_text" => "View", - "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-token.jpg' + "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-token.jpg', + "icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/token.png' ]; $out["result_list"][] = [ "amount" => 0, @@ -325,7 +331,8 @@ class WrenchWallet extends BaseController "escrow" => 0, "show_balance" => true, "rt_action_text" => "Redeem", - "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg' + "banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg', + "icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/point.png' ]; log_message('critical', "***** ***** WrenchJobs::getWallet Ret "); return $this->respond( $this->summaryReturnData($in,$out), 200);