Job country added

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-18 22:35:39 -04:00
parent aa48339d76
commit 84dc7355e4
2 changed files with 11 additions and 2 deletions
+3 -1
View File
@@ -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}"],
);
}