FEC-365: Extend MoneyInput with Non-Iso Currencies#1254
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 70db0b0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
misama-ct
left a comment
There was a problem hiding this comment.
Although no mechanics changed, the introduction of non-iso currencies warrants a changeset and an openspec proposal. For the changeset we have a pnpm command, for the proposal we have a claude command (you can retroactively create a proposal).
| CZK0: { fractionDigits: 0 }, | ||
| HUF0: { fractionDigits: 0 }, | ||
| ILS0: { fractionDigits: 0 }, | ||
| KZT0: { fractionDigits: 0 }, | ||
| TRY0: { fractionDigits: 0 }, | ||
| TWD0: { fractionDigits: 0 }, |
There was a problem hiding this comment.
FYI: Not sure if important, but since I read through the linked tickets and docs: here it is mentioned its only 5 new currencies, CZK0 is missing there.
There was a problem hiding this comment.
Thx for pointing this out. The new one has been shared later.
This is the current list of new currencies:
https://fs-44-custom-currencies.preview-docs.commercetools.com/api/types#ctp:api:type:NonStandardCurrency
Summary
This PR adds support for non-ISO currency variants (HUF0, KZT0,...) in the currency lookup table from MoneyInput
This change is needed so that non-ISO currencies are correctly recognized and handled in the Merchant Center money inputs.
https://commercetools.atlassian.net/browse/FEC-354