[w3c/browser-payment-api] What should happen when invalid data is provided? (#265)

The spec does not explicitly state that the browser should throw an exception when, for example, invalid amount is provided.

````js
total: {label: "total", amount: {currency: "USD", value: "x"}}
````

Should the spec explicitly specify that an exception must be thrown or is that implicit?

-- 
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/265

Received on Friday, 16 September 2016 22:26:52 UTC