From 7e14ba1b1ef1b8df7dd22f1b3b5eb35dc8e931fd Mon Sep 17 00:00:00 2001 From: jitendra Date: Mon, 11 Jul 2022 18:22:41 +0530 Subject: [PATCH] Removed commented code --- packages/Webkul/Product/src/Type/AbstractType.php | 6 ------ 1 file changed, 6 deletions(-) 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);