diff --git a/www-api/app/Models/ResultFormatter.php b/www-api/app/Models/ResultFormatter.php index 50a0d4bc..360eabbe 100644 --- a/www-api/app/Models/ResultFormatter.php +++ b/www-api/app/Models/ResultFormatter.php @@ -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() ); }