Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 032242c

Browse files
Minor update to support backward compatibility
1 parent daf95b8 commit 032242c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Quote/Model/Quote/Validator/MinimumOrderAmount/ValidationMessage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class ValidationMessage
3737
public function __construct(
3838
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
3939
\Magento\Store\Model\StoreManagerInterface $storeManager,
40-
\Magento\Framework\Locale\CurrencyInterface $currency = null,
41-
\Magento\Framework\Pricing\Helper\Data $priceHelper
40+
\Magento\Framework\Locale\CurrencyInterface $currency,
41+
\Magento\Framework\Pricing\Helper\Data $priceHelper = null
4242
) {
4343
$this->scopeConfig = $scopeConfig;
4444
$this->storeManager = $storeManager;

0 commit comments

Comments
 (0)