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 4f33468 commit 96c3f92Copy full SHA for 96c3f92
DataLayer/Mapper/ProductDataMapper.php
@@ -87,9 +87,9 @@ public function mapByProduct(ProductInterface $product): array
87
88
$simpleProductOption = $product->getCustomOption('simple_product');
89
if ($simpleProductOption && method_exists(
90
- $simpleProductOption,
91
- 'getProduct'
92
- ) && $simpleProductOption->getProduct()) {
+ $simpleProductOption,
+ 'getProduct'
+ ) && $simpleProductOption->getProduct()) {
93
$simpleProduct = $simpleProductOption->getProduct();
94
$productData['price'] = $this->priceFormatter->format(
95
(float)$simpleProduct->getPriceInfo()->getPrice(FinalPrice::PRICE_CODE)->getValue()
0 commit comments