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
The round(2) should really round by the number of fractional units for the order's currency. E.g. JPY has no fractional units and we should round to whole numbers.
The text was updated successfully, but these errors were encountered:
In places like this we have code like this:
The
round(2)
should really round by the number of fractional units for the order's currency. E.g.JPY
has no fractional units and we should round to whole numbers.The text was updated successfully, but these errors were encountered: