Friday, January 8, 2016
1 change · master
Enhancements to existing features
The visible discount feature now calculates discounts through its own dedicated update step instead of piggybacking on broader product change logic. This makes the behavior easier to maintain and reduces the risk of future changes affecting discount display unexpectedly.
Original PR description
Create a specific onchange method to calculate the discount instead of extending current onchanges.