diff --git a/packages/Webkul/Product/src/Type/AbstractType.php b/packages/Webkul/Product/src/Type/AbstractType.php index df3e84172..d17a1c7cf 100644 --- a/packages/Webkul/Product/src/Type/AbstractType.php +++ b/packages/Webkul/Product/src/Type/AbstractType.php @@ -542,7 +542,7 @@ abstract class AbstractType $this->product->special_price = $customerGroupPrice; } - return true; + return $haveSpecialPrice; } /**