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 daf95b8 commit 032242cCopy full SHA for 032242c
app/code/Magento/Quote/Model/Quote/Validator/MinimumOrderAmount/ValidationMessage.php
@@ -37,8 +37,8 @@ class ValidationMessage
37
public function __construct(
38
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
39
\Magento\Store\Model\StoreManagerInterface $storeManager,
40
- \Magento\Framework\Locale\CurrencyInterface $currency = null,
41
- \Magento\Framework\Pricing\Helper\Data $priceHelper
+ \Magento\Framework\Locale\CurrencyInterface $currency,
+ \Magento\Framework\Pricing\Helper\Data $priceHelper = null
42
) {
43
$this->scopeConfig = $scopeConfig;
44
$this->storeManager = $storeManager;
0 commit comments