Updated job format

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-24 21:36:28 -04:00
parent cff5c17d28
commit 646eefc0f8
+14 -1
View File
@@ -209,7 +209,20 @@ class ResultFormatter extends Model
"job_id" => $out["job_id_${key}"],
"contract" => $out["contract_${key}"],
"status_description" => $out["status_description_${key}"],
"delivery_date" => $out["delivery_date_${key}"]
"delivery_date" => $out["delivery_date_${key}"],
"offer_uid" => $out["offer_uid_${key}"],
"job_uid" => $out["job_uid_${key}"],
"expire" => $out["expire_${key}"],
"sent" => $out["sent_${key}"],
"offer_code" => $out["offer_code_${key}"],
"whishlisted"=> false,
"thumbnil" => 'marketplace-product-1.jpg',
'isActive' => true,
'offer_added' => $out["offer_added_${key}"],
'job_country' => $out["job_country_${key}"],
'currency' => 'Naira',
'currency_code' => 'NGN',
'category' => dummyGetCategory()
);
}