[w3c/browser-payment-api] Should PaymentDetails.total be marked as required in IDL? (#300)

In the `PaymentRequest` constructor, it states:

> If `details` does not contain a value for total, then throw a TypeError. 

That implies that PaymentDetails.value is required, no? If so, the `PaymentDetails` dictionary should be updated. 

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

Received on Monday, 14 November 2016 02:16:51 UTC