Job country added
This commit is contained in:
@@ -169,7 +169,9 @@ function processOutJson($in, $out) {
|
||||
"offer_code" => $out["offer_code_${key}"],
|
||||
"whishlisted"=> false,
|
||||
"thumbnil" => 'marketplace-product-1.jpg',
|
||||
'isActive' => true
|
||||
'isActive' => true,
|
||||
'offer_added' => $out["offer_added_${key}"],
|
||||
'job_country' => $out["job_country_${key}"],
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user