The grant amount is not displayed in the view. http://cl.ly/1H1M0g2y2O0h22260x13
This is because the function commerce_coupon_pct_apply_percentage_coupon_to_line_item($line_item, $coupon, $price_component_type, $round_mode) {
does not call commerce_coupon_log_save($commerce_coupon_log->value());
like the fixed amount.... refactoring issue.
Duplicated. That was the issue already open to this project #1510844: Granted amount discount
Comments
Comment #1
roam2345 commentedThis is because the
function commerce_coupon_pct_apply_percentage_coupon_to_line_item($line_item, $coupon, $price_component_type, $round_mode) {
does not call
commerce_coupon_log_save($commerce_coupon_log->value());
like the fixed amount.... refactoring issue.
Comment #2
pcambraDuplicated. That was the issue already open to this project #1510844: Granted amount discount