How can I fix the 'currency_code' error when saving a Money Metafield in a different market?

Hello,

our shop has a Metafield of type Money. We want to have market-specific values for this, but when trying to save the value of this metafield for another market, the app shows an error:

Market Localizable content is invalid

After checking the network request tab in chromes devtools , I have figured out that this issue relates to the missing “currency_code” in the request.
Payload contains following:

{\"amount\":\"12\",\"currency_code\":\"undefined\"} 

Is it a known limitation that there is no UI to choose the “currency_code”?

Hi Cemino, thanks for bringing this up, you found a bug :slightly_smiling_face: we are working on a fix. I’ll post here when it is solved. Stay tuned.

Hi Camino, this is now fixed!