Fixed issue in cart rule actions
This commit is contained in:
parent
9e80687960
commit
e0f93aae56
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue