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 e2f06b3 commit 1524687Copy full SHA for 1524687
app/code/Magento/Downloadable/Observer/SaveDownloadableOrderItemObserver.php
@@ -136,7 +136,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
136
if ($orderStatusToEnableItem == \Magento\Sales\Model\Order\Item::STATUS_PENDING
137
|| $orderItem->getOrder()->getState() == \Magento\Sales\Model\Order::STATE_COMPLETE
138
) {
139
- $linkStatus = \Magento\Downloadable\Model\Link\Purchased\Item::LINK_STATUS_AVAILABLE;
+ $linkStatus = \Magento\Downloadable\Model\Link\Purchased\Item::LINK_STATUS_AVAILABLE;
140
}
141
142
foreach ($linkIds as $linkId) {
0 commit comments