ext_request

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 21:22:20 -05:00
parent 1c7d534d24
commit 2ae51192f0
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -618,6 +618,7 @@ class ResultFormatter extends Model
'currency_code' => $out["currency_code_${key}"],
"banner" => $this->fixEmptyBanner( $out["banner_${key}"]),
'interest_count' => $out["${$int_c}"] ?? 0,
'ext_request' => $out["ext_request_${key}"],
'category' => $this->dummyGetCategory( $cateG )
);
}