order detail

This commit is contained in:
Kerim 2023-09-02 18:44:33 +05:00
parent eba422e7a8
commit 04f137de87
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'])->paginate(12);
$orderItems = SellerOrderItemModel::where('marketplace_order_id', $request->get('order_id'))->with(['product', 'item', 'order_item_id'])->paginate(12);
if ($orderItems) {
return response($orderItems);