Re: [w3c/payment-request] Editorial: diversify currencies of examples (#943)

@aphillips commented on this pull request.



>          {
-          "currency": "USD",
-          "value": "55.00"
+          "currency": "JPY",
+          "value": "5000.00"

The Japanese yen normally has no fractional part. It is sometimes represented as a floating point value anyway (for conversion precision, for example), but if the goal here is to demonstrate the "decimal monetary value" aspect, perhaps another currency would be better?

An interesting alternate currency might be `OMR` because that currency has *3* significant digits (as a reminder that not all currencies are broken into 1/100s).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/943#pullrequestreview-640230317

Received on Tuesday, 20 April 2021 17:17:39 UTC