api seller order

This commit is contained in:
Kerim 2023-08-31 23:19:48 +05:00
parent 555b151f78
commit 5a588f375e
1 changed files with 1 additions and 5 deletions

View File

@ -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,