Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
[bug] fixed error display discount in cart summary
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpn committed Nov 25, 2021
1 parent ab2f233 commit 41239fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view/frontend/web/js/view/summary/abstract-total.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ define([

return priceUtils.formatPrice(newPrice, newFormat);
}

return this._super(price);
}
};

Expand Down

0 comments on commit 41239fa

Please sign in to comment.