Re: [w3c/browser-payment-api] Should user agent validate currency? (#490)

Why does this throw?

```js
// This throws
const details = {
  total: {
    label: "Total due",
    // FOO50.00
    amount: { currency: "this is no good", value: "50.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/490#issuecomment-293456903

Received on Wednesday, 12 April 2017 02:46:59 UTC