Re: [w3c/browser-payment-api] Currency Types and Rendering (#185)

To be clear, when I say "some mutually exclusive way to say 'this is not represented with an ISO code, but with a different identifier, which is XXX'", it could be as simple as requiring any non-ISO codes to be prefixed with a "+"; e.g:
```json
{
  "currency": "+DGC",
  "value" : "87000.00"
}
```

---
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/browser-payment-api/issues/185#issuecomment-218774393

Received on Thursday, 12 May 2016 14:32:27 UTC