Re: [w3c/payment-request] Are integer values for PaymentCurrencyAmount.value left as integers? (#624)

We append decimals based on the currency. Japanese Yen does not have decimals, for example. However, if the merchant specifies fractions of a cent, we preserve it. We're using [ICU](http://site.icu-project.org/) library for this. Our code:

https://cs.chromium.org/chromium/src/components/payments/core/currency_formatter.h

-- 
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/issues/624#issuecomment-330272687

Received on Monday, 18 September 2017 16:10:26 UTC