Updated job format
This commit is contained in:
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user