Skip to content
Snippets Groups Projects
Commit 38ecb6e3 authored by Oleksandr Radchenko's avatar Oleksandr Radchenko
Browse files

MAGETWO-59074: Creditmemo return to stock only one unit of configurable product

parent daf307fc
Branches
No related merge requests found
......@@ -50,10 +50,12 @@ class RefundOrderInventoryObserver implements ObserverInterface
private $orderRepository;
/**
* RefundOrderInventoryObserver constructor.
* @param StockConfigurationInterface $stockConfiguration
* @param StockManagementInterface $stockManagement
* @param \Magento\CatalogInventory\Model\Indexer\Stock\Processor $stockIndexerProcessor
* @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer
* @param \Magento\Framework\App\ObjectManager $returnProcessor
*/
public function __construct(
StockConfigurationInterface $stockConfiguration,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment