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.
2 parents 81d30a9 + ccd8b1f commit 24024fbCopy full SHA for 24024fb
app/code/Magento/CatalogInventory/Model/Stock/Status.php
@@ -78,6 +78,7 @@ protected function _construct()
78
}
79
80
//@codeCoverageIgnoreStart
81
+
82
/**
83
* @return int
84
*/
@@ -99,7 +100,7 @@ public function getWebsiteId()
99
100
101
public function getStockId()
102
{
- return $this->getData(self::KEY_WEBSITE_ID);
103
+ return $this->getData(self::KEY_STOCK_ID);
104
105
106
@@ -128,6 +129,7 @@ public function getStockItem()
128
129
130
131
132
133
134
* @param int $productId
135
* @return $this
0 commit comments