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 4e86747 commit 4056769Copy full SHA for 4056769
app/code/Magento/Config/Model/Config/Backend/Currency/Base.php
@@ -50,8 +50,8 @@ public function afterSave()
50
$value = $this->getValue();
51
if (!in_array($value, $this->_getInstalledCurrencies())) {
52
throw new \Magento\Framework\Exception\LocalizedException(
53
- __('Sorry, we haven\'t installed the base currency you selected.'));
54
-
+ __('Sorry, we haven\'t installed the base currency you selected.')
+ );
55
}
56
57
$this->currencyFactory->create()->saveRates([$value =>[$value => 1]]);
0 commit comments