icon
This commit is contained in:
@@ -800,7 +800,7 @@ class ResultFormatter extends Model
|
|||||||
$res["result_list"][] = array(
|
$res["result_list"][] = array(
|
||||||
"currency" => $out["currency_${key}"],
|
"currency" => $out["currency_${key}"],
|
||||||
"amount" => $out["amount_${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}"],
|
"description" => $out["description_${key}"],
|
||||||
"confirmation" => $out["confirmation_${key}"],
|
"confirmation" => $out["confirmation_${key}"],
|
||||||
"rec_lastname_" => $out["rec_lastname_${key}"],
|
"rec_lastname_" => $out["rec_lastname_${key}"],
|
||||||
|
|||||||
Reference in New Issue
Block a user