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 19fcb92 commit 6d2e1bbCopy full SHA for 6d2e1bb
app/code/Magento/Reports/Model/Product/Index/AbstractIndex.php
@@ -156,7 +156,7 @@ public function getStoreId()
156
}
157
158
/**
159
- * On customer loggin merge visitor/customer index
+ * On customer login merge visitor/customer index
160
*
161
* @return $this
162
*/
@@ -230,7 +230,7 @@ public function getCount()
230
$this->calculate();
231
232
233
- return $this->_getSession()->getData($this->_countCacheKey);
+ return $this->_getSession()->getData($this->_countCacheKey);app
234
235
236
0 commit comments