Skip to content

Commit 2c345bf

Browse files
committed
AC-10660::Exception is not getting handled properly while adding a product to cart in the compare product page
1 parent f768b34 commit 2c345bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/CustomerData/CompareProducts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getSectionData()
8282
return [
8383
'count' => $count,
8484
'countCaption' => $count == 1 ? __('1 item') : __('%1 items', $count),
85-
'listUrl' => $this->urlBuilder->getUrl('catalog/product_compare'),
85+
'listUrl' => $this->urlBuilder->getUrl('catalog/product_compare/index'),
8686
'items' => $count ? $this->getItems() : [],
8787
'websiteId' => $this->storeManager->getWebsite()->getId()
8888
];

0 commit comments

Comments
 (0)