api seller order
This commit is contained in:
parent
555b151f78
commit
5a588f375e
|
|
@ -80,11 +80,7 @@ class SellerProduct extends SellerProductController
|
|||
$orders = SellerOrderModel::where('marketplace_seller_id', $seller->id)->paginate(12);
|
||||
// \Log::info($seller);
|
||||
|
||||
return response([
|
||||
'status' => 200,
|
||||
'data' => $orders,
|
||||
'message' => 'succesfully updated product'
|
||||
]);
|
||||
return response($orders);
|
||||
} else {
|
||||
return response([
|
||||
'status' => 500,
|
||||
|
|
|
|||
Loading…
Reference in New Issue