order detail

This commit is contained in:
Kerim 2023-09-02 18:54:38 +05:00
parent 04f137de87
commit e710a3607e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SellerProduct extends SellerProductController
if ($user == "romanah_" && $pass == "bt110226$$") {
$orderItems = SellerOrderItemModel::where('marketplace_order_id', $request->get('order_id'))->with(['product', 'item', 'order_item_id'])->paginate(12);
$orderItems = SellerOrderItemModel::where('marketplace_order_id', $request->get('order_id'))->with(['product', 'item'])->paginate(12);
if ($orderItems) {
return response($orderItems);