Skip to content

Commit c18e22f

Browse files
committed
AC-13594: Special price is not showing correctly for Configurable product's child product (simple product)
Fix for Integration & WebAPI tests failures
1 parent 633b493 commit c18e22f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function getSpecialPrice()
9696

9797
if ($specialPrice !== null && $specialPrice !== false && !$this->isPercentageDiscount()) {
9898
$specialPrice = $this->priceCurrency->convertAndRound($specialPrice);
99-
$this->product->setData('special_price', $specialPrice);
10099
}
101100
return $specialPrice;
102101
}

0 commit comments

Comments
 (0)