Skip to content

Commit 960a3a9

Browse files
author
Pavlo Cherniavskyi
committed
MAGETWO-30801: Asynchronous products addition to cart
- merge fix
1 parent bd595e3 commit 960a3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/AbstractProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ public function isRedirectToCartEnabled()
595595
{
596596
return $this->_scopeConfig->getValue(
597597
'checkout/cart/redirect_to_cart',
598-
\Magento\Framework\Store\ScopeInterface::SCOPE_STORE
598+
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
599599
);
600600
}
601601
}

0 commit comments

Comments
 (0)