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 07ebac1 commit 849003aCopy full SHA for 849003a
app/code/Magento/Directory/Model/Currency.php
@@ -345,7 +345,7 @@ public function formatPrecision(
345
$options['precision'] = $precision;
346
}
347
if (is_numeric($price)) {
348
- $price = round($price, $options['precision']);
+ $price = round($price, $precision);
349
350
if ($includeContainer) {
351
return '<span class="price">' . ($addBrackets ? '[' : '') . $this->formatTxt(
0 commit comments