diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 3c2bb9073..9727d3fe1 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -541,11 +541,6 @@ class Configurable extends AbstractType */ public function getOfferPrice() { - static $offerPrice = null; - - if (! is_null($offerPrice)) { - return $offerPrice; - } $rulePrices = $customerGroupPrices = [];