Job data format
This commit is contained in:
@@ -166,7 +166,10 @@ function processOutJson($in, $out) {
|
||||
"timeline_days" => $out["timeline_days_${key}"],
|
||||
"expire" => $out["expire_${key}"],
|
||||
"sent" => $out["sent_${key}"],
|
||||
"offer_code" => $out["offer_code_${key}"]
|
||||
"offer_code" => $out["offer_code_${key}"],
|
||||
"whishlisted"=> false,
|
||||
"thumbnil" => 'marketplace-product-1.jpg',
|
||||
'isActive' => true
|
||||
);
|
||||
}
|
||||
|
||||
@@ -238,7 +241,7 @@ function processOutJson($in, $out) {
|
||||
"fee" => $out["fee_${key}"],
|
||||
"amount" => $out["amount_${key}"],
|
||||
"recipient" => $out["recipient_${key}"],
|
||||
"confirmation" => $out["confirmation_${key}"],
|
||||
"confirmation" => $out["confirmation_${key}"],
|
||||
"status" => $out["status_${key}"],
|
||||
"trx_date" => $out["trx_date_${key}"],
|
||||
"trx_id" => $out["trx_id_${key}"]
|
||||
|
||||
Reference in New Issue
Block a user