This commit is contained in:
CHIEFSOFT\ameye
2024-10-09 09:25:49 -04:00
parent a5c7098760
commit 3b12450fd3
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -820,7 +820,10 @@ class ResultFormatter extends Model
"confirmation" => $out["confirmation_${key}"],
"status" => $out["status_${key}"],
"trx_date" => $out["trx_date_${key}"],
"trx_id" => $out["trx_id_${key}"]
"trx_id" => $out["trx_id_${key}"],
"code" => $out["code_${key}"],
"currency" => $out["currency_${key}"],
"symbol" => $out["symbol_${key}"]
);
}
break;