From f8cb1c5398d9b9550a134d325e6ad15ccd04043e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 31 Oct 2023 06:46:37 -0400 Subject: [PATCH] icon --- www-api/app/Models/ResultFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Models/ResultFormatter.php b/www-api/app/Models/ResultFormatter.php index b4058def..c92bc3df 100644 --- a/www-api/app/Models/ResultFormatter.php +++ b/www-api/app/Models/ResultFormatter.php @@ -800,7 +800,7 @@ class ResultFormatter extends Model $res["result_list"][] = array( "currency" => $out["currency_${key}"], "amount" => $out["amount_${key}"], - "symbol" => $out["symbol_${key}"], + "icon" => "https://www.wrenchboard.com/assets/images/apps/currency/".strtolower($out["currency_${key}"]).".svg", "description" => $out["description_${key}"], "confirmation" => $out["confirmation_${key}"], "rec_lastname_" => $out["rec_lastname_${key}"],