You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in paJDYF-g0K-p2 we consider round to be a better approach than ceil, so we need to change the functionality implemented in #9876 to use round instead of ceil to round prices before they're passed on to the rounding functions that use the mccy settings.
Acceptance criteria
Prices are rounded to the nearest lowest denominator for every currency before they're passed on to the rounding functions that use the mccy settings.
Description
As discussed in paJDYF-g0K-p2 we consider
round
to be a better approach thanceil
, so we need to change the functionality implemented in #9876 to useround
instead ofceil
to round prices before they're passed on to the rounding functions that use the mccy settings.Acceptance criteria
Dev notes
Additional context
The text was updated successfully, but these errors were encountered: