impress-org / donation-block-for-stripe

A beautiful donation form block for WordPress. Accept donations in minutes using Stripe.
7 stars 1 forks source link

Implement Intl.NumberFormat for button amounts and currencies #38

Closed DevinWalker closed 2 years ago

DevinWalker commented 2 years ago

Details

There is now a native way to format numbers to currency and locale.

It appears pretty well supported now cross-browser.

See docs here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/format#browser_compatibility

Right now the amount buttons do not support currency formatting. This will be particularly useful.

This is related to #15

DevinWalker commented 2 years ago

Resolved in PR above 👆