- From: Rouslan Solomakhin <notifications@github.com>
- Date: Mon, 18 Sep 2017 09:09:44 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 September 2017 16:10:26 UTC
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