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 9c3a50c commit d20596bCopy full SHA for d20596b
app/code/Magento/Catalog/Pricing/Price/CalculateCustomOptionCatalogRule.php
@@ -65,8 +65,7 @@ public function execute(
65
$regularPrice + $optionPrice,
66
$product
67
);
68
- $finalOptionPrice = $totalCatalogRulePrice - $catalogRulePrice;
69
- return $this->priceCurrency->convertAndRound($finalOptionPrice);
+ return $totalCatalogRulePrice - $catalogRulePrice;
70
}
71
72
return null;
0 commit comments