Hard coded currency removed
This commit is contained in:
@@ -349,8 +349,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()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user