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.
2 parents bc9128b + bf90e0b commit 64ef009Copy full SHA for 64ef009
app/code/Magento/ConfigurableProduct/Pricing/Price/FinalPriceResolver.php
@@ -16,7 +16,6 @@ class FinalPriceResolver implements PriceResolverInterface
16
*/
17
public function resolvePrice(\Magento\Framework\Pricing\SaleableInterface $product)
18
{
19
- return $product->getPriceInfo()->getPrice(CatalogFinalPrice::PRICE_CODE)
20
- ->getAmount()->getBaseAmount();
+ return $product->getPriceInfo()->getPrice(CatalogFinalPrice::PRICE_CODE)->getValue();
21
}
22
0 commit comments