order detail

This commit is contained in:
Kerim 2023-09-03 16:09:46 +05:00
parent 5759e06724
commit 2ba6415771
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ class SellerProduct extends SellerProductController
"channel" => 'Nurgul', "channel" => 'Nurgul',
"short_description" => $request->get('short_description'), "short_description" => $request->get('short_description'),
"images" => $request['images'], "images" => $request['images'],
"categories" => $request['categories'],
); );
$product = $this->productRepository->update($data, $prodId, 'id'); $product = $this->productRepository->update($data, $prodId, 'id');