|
@@ -66,7 +66,7 @@ |
|
|
block discarded – undo |
|
66
|
66
|
|
|
67
|
67
|
foreach ($subProducts as $subproduct) { |
|
68
|
68
|
$product = $this->manager->getRepository(Product::class)->find($subproduct['product']); |
|
69
|
|
- $productGroup = $this->manager->getRepository(ProductGroup::class)->find($subproduct['productGroup']); |
|
|
69
|
+ $productGroup = $this->manager->getRepository(ProductGroup::class)->find($subproduct['productGroup']); |
|
70
|
70
|
$this->addSubproduct($orderProduct, $product, $productGroup, $subproduct['quantity']); |
|
71
|
71
|
} |
|
72
|
72
|
$this->orderProductQueueService->addProductToQueue($orderProduct); |
Please login to merge, or discard this patch.