Job list currency

This commit is contained in:
CHIEFSOFT\ameye
2023-06-27 15:01:53 -04:00
parent 008ec7cd0c
commit 3bac00b6a0
2 changed files with 24 additions and 4 deletions
+2 -2
View File
@@ -402,8 +402,8 @@ class ResultFormatter extends Model
'isActive' => true,
'offer_added' => $out["offer_added_${key}"],
'job_country' => $out["job_country_${key}"],
'currency' => 'Naira',
'currency_code' => 'NGN',
'currency' => $out["currency_${key}"],
'currency_code' => $out["currency_code_${key}"],
'interest_count' => $out["${$int_c}"] ?? 0,
'category' => $this->dummyGetCategory()
);