File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Checkout/Controller/Cart
dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function execute()
69
69
->toCurrency (
70
70
$ this ->_scopeConfig ->getValue (
71
71
'sales/minimum_order/amount ' ,
72
- \Magento \Framework \ Store \ScopeInterface::SCOPE_STORE
72
+ \Magento \Store \ Model \ScopeInterface::SCOPE_STORE
73
73
)
74
74
);
75
75
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ protected function setUp()
62
62
$ valueMap = [
63
63
[
64
64
'Magento\Framework\App\Config\ScopeConfigInterface ' ,
65
- \Magento \Framework \ Store \ScopeInterface::SCOPE_STORE ,
65
+ \Magento \Store \ Model \ScopeInterface::SCOPE_STORE ,
66
66
$ scopeConfigMock ,
67
67
],
68
68
['Magento\Cms\Helper\Page ' , $ this ->_cmsHelperMock ],
You can’t perform that action at this time.
0 commit comments