api seller

This commit is contained in:
Kerim 2023-08-25 16:57:03 +05:00
parent 76504eb24e
commit 64ff7af366
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class SellerProduct extends SellerProductController
$product = ProductFlat::where('product_id', $prodId)->first();
\Log::info($product);
if ($product) {
$product->status = $request->get('status');
$product->product_number = $request->get('product_number');
$product->name = $request->get('name');
$product->description = $request->get('description');