diff --git a/packages/Webkul/Product/src/Type/AbstractType.php b/packages/Webkul/Product/src/Type/AbstractType.php index 9143acdbc..fa7de9f64 100644 --- a/packages/Webkul/Product/src/Type/AbstractType.php +++ b/packages/Webkul/Product/src/Type/AbstractType.php @@ -573,12 +573,6 @@ abstract class AbstractType */ public function haveSpecialPrice($qty = null) { - // static $haveSpecialPrice = null; - - // if (! is_null($haveSpecialPrice)) { - // return $haveSpecialPrice; - // } - $customerGroupPrice = $this->getCustomerGroupPrice($this->product, $qty); $rulePrice = app('Webkul\CatalogRule\Helpers\CatalogRuleProductPrice')->getRulePrice($this->product);