We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5665548 commit daf95b8Copy full SHA for daf95b8
app/code/Magento/Quote/Model/Quote/Validator/MinimumOrderAmount/ValidationMessage.php
@@ -37,7 +37,7 @@ 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,
+ \Magento\Framework\Locale\CurrencyInterface $currency = null,
41
\Magento\Framework\Pricing\Helper\Data $priceHelper
42
) {
43
$this->scopeConfig = $scopeConfig;
0 commit comments