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 cb0b4f7 commit b81ad3fCopy full SHA for b81ad3f
app/code/Magento/Checkout/Controller/Cart/Index.php
@@ -61,7 +61,7 @@ public function execute()
61
$this->cart->save();
62
63
if (!$this->cart->getQuote()->validateMinimumAmount()) {
64
- $currencyCode = $this->_objectManager->get('Magento\Framework\Store\ScopeInterface::SCOPE_STORE')
+ $currencyCode = $this->_objectManager->get('Magento\Framework\Store\StoreManagerInterface')
65
->getStore()
66
->getCurrentCurrencyCode();
67
$minimumAmount = $this->_objectManager->get('Magento\Framework\Locale\CurrencyInterface')
0 commit comments