Skip to content

Commit 5f93692

Browse files
MC-41439: Import grouped product is_in_stock status does not update even when simple products are out of stock - 7.3 compatibility fix.
1 parent 3de1d60 commit 5f93692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedImportExport/Plugin/CatalogImportExport/Model/StockItemImporter/UpdateGroupedProductStockStatusPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UpdateGroupedProductStockStatusPlugin
1818
/**
1919
* @var ChangeParentStockStatus
2020
*/
21-
private ChangeParentStockStatus $changeParentStockStatus;
21+
private $changeParentStockStatus;
2222

2323
/**
2424
* @param ChangeParentStockStatus $changeParentStockStatus

0 commit comments

Comments
 (0)