Skip to content

Commit 9c24213

Browse files
author
Anna Bukatar
committed
ACP2E-443: Configurable product remains out of stock even after full reindex if it's in stock and is_salable is set to 0
- Fixed Magento Health Index
1 parent 7e51dc3 commit 9c24213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/Plugin/UpdateStockChangedAuto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class UpdateStockChangedAuto
1616
/**
1717
* @var GetProductTypeById
1818
*/
19-
protected $getProductTypeById;
19+
private $getProductTypeById;
2020

2121
/**
2222
* UpdateStockChangedAuto constructor

0 commit comments

Comments
 (0)