This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Model/GetItemsToDeductFromShipment.php 2020-11-26 10:23:56.827000000 +0000 | |
+++ Model/GetItemsToDeductFromShipment.php 2020-11-26 10:22:50.741302876 +0000 | |
@@ -17,6 +17,7 @@ | |
use Magento\Sales\Model\Order\Item as OrderItem; | |
use Magento\Sales\Model\Order\Shipment; | |
use Magento\Sales\Model\Order\Shipment\Item; | |
+use Magento\CatalogInventory\Api\StockConfigurationInterface; | |
/** | |
* Get source items for deduction class. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Model/Session/Quote.php 2020-08-04 13:55:36.438626071 +0000 | |
+++ Model/Session/Quote.php 2020-08-04 13:56:16.990487672 +0000 | |
@@ -134,7 +134,7 @@ | |
$cookieMetadataFactory, | |
$appState | |
); | |
- if ($this->_storeManager->hasSingleStore()) { | |
+ if ($this->_storeManager->isSingleStoreMode()) { | |
$this->setStoreId($this->_storeManager->getStore(true)->getId()); | |
} |
NewerOlder