diff --git a/www-api/public/svs/user/formarter.php b/www-api/public/svs/user/formarter.php index 863b0dc2..69738b2f 100755 --- a/www-api/public/svs/user/formarter.php +++ b/www-api/public/svs/user/formarter.php @@ -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}"]