scrap fix

This commit is contained in:
merdan 2022-02-04 13:19:32 +05:00
parent 18059598f1
commit 3be851946f
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class ProductRepository extends WProductRepository
}
if($data['vendor'] && $seller = $this->vendorRepository->findOneByField('shop_title',$data['vendor'])){
$this->createSellerProduct($product, $seller->id);
$this->createSellerProduct($parentProduct, $seller->id);
}
if ($product['type'] == 'configurable') {