Skip to content

Commit 1c1d3d4

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-99930: Configuarable product stock status stays 'In Stock'
1 parent 964ed6d commit 1c1d3d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/ConfigurableProduct/Model/Inventory/ParentItemProcessor.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ class ParentItemProcessor
3939
*/
4040
private $stockConfiguration;
4141

42+
/**
43+
* ParentItemProcessor constructor.
44+
* @param Configurable $configurableType
45+
* @param StockItemCriteriaInterfaceFactory $criteriaInterfaceFactory
46+
* @param StockItemRepositoryInterface $stockItemRepository
47+
* @param StockConfigurationInterface $stockConfiguration
48+
*/
4249
public function __construct(
4350
Configurable $configurableType,
4451
StockItemCriteriaInterfaceFactory $criteriaInterfaceFactory,

0 commit comments

Comments
 (0)