Skip to content

Commit 2a89ddc

Browse files
author
Kostiantyn Poida
committed
Merge remote-tracking branch 'remotes/origin/MAGETWO-30795' into develop
2 parents bbc5097 + 0206354 commit 2a89ddc

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Checkout/Controller/Cart

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Controller/Cart/Index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Index extends \Magento\Checkout\Controller\Cart
1515
*/
1616
public function execute()
1717
{
18+
$this->_eventManager->dispatch('collect_totals_failed_items');
1819
if ($this->cart->getQuote()->getItemsCount()) {
1920
$this->cart->init();
2021
$this->cart->save();

0 commit comments

Comments
 (0)