Skip to content

Commit ef27c5b

Browse files
committed
MAGETWO-52449: Issues with minicart in multiwebsite
1 parent a9e5685 commit ef27c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Block/Cart/Sidebar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getConfig()
7070
'imageTemplate' => $this->getImageHtmlTemplate(),
7171
'baseUrl' => $this->getBaseUrl(),
7272
'minicartMaxItemsVisible' => $this->getMiniCartMaxItemsCount(),
73-
'websiteId' => $this->getQuote()->getStore()->getWebsiteId()
73+
'websiteId' => $this->_storeManager->getStore()->getWebsiteId()
7474
];
7575
}
7676

0 commit comments

Comments
 (0)