diff --git a/packages/Webkul/Discount/src/Actions/PercentOfProduct.php b/packages/Webkul/Discount/src/Actions/PercentOfProduct.php index e82f6d97f..fed6c73c8 100644 --- a/packages/Webkul/Discount/src/Actions/PercentOfProduct.php +++ b/packages/Webkul/Discount/src/Actions/PercentOfProduct.php @@ -28,7 +28,7 @@ class PercentOfProduct extends Action } $report['discount'] = $amountDiscounted; - $report['formatted_discount'] = core()->formatPrice($amountDiscounted); + $report['formatted_discount'] = core()->currency($amountDiscounted); return $report; }