We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf307f commit 38ecb6eCopy full SHA for 38ecb6e
app/code/Magento/SalesInventory/Observer/RefundOrderInventoryObserver.php
@@ -50,10 +50,12 @@ class RefundOrderInventoryObserver implements ObserverInterface
50
private $orderRepository;
51
52
/**
53
+ * RefundOrderInventoryObserver constructor.
54
* @param StockConfigurationInterface $stockConfiguration
55
* @param StockManagementInterface $stockManagement
56
* @param \Magento\CatalogInventory\Model\Indexer\Stock\Processor $stockIndexerProcessor
57
* @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer
58
+ * @param \Magento\Framework\App\ObjectManager $returnProcessor
59
*/
60
public function __construct(
61
StockConfigurationInterface $stockConfiguration,
0 commit comments