Currency formatting issue on Payout > Overview
winterweix opened this issue · 1 comments
winterweix commented
The What
On the Payout > Overview page:
- If the same as store currency, use short for all;
- If non-store currency, use explicit for page summary amounts and total column in the table
The Why
Recently we updated currency formatting guidelines in Polaris, and an audit through our platform resulted in us noticing a few spots where currency formatting could be unclear, especially in a multi-currency view. The suggested change would make the formatting on the Payout > Overview coherent with the formatting suggested in the Polaris guidelines.
The How
shopify_i18n now supports the new currency formatting in ruby and typescript.
winterweix commented