Job interest price

This commit is contained in:
CHIEFSOFT\ameye
2023-06-14 07:33:44 -04:00
parent 046df39c78
commit 97197bc676
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -105,6 +105,9 @@ class ResultFormatter extends Model
"description" => $out["description_${key}"],
"job_id" => $out["job_id_${key}"],
"expire" => $out["expire_${key}"],
"price" => $out["price_${key}"],
'currency' => 'Naira',
'currency_code' => 'NGN',
);
}