[w3c/browser-payment-api] The shippingOptions field is used in more cases than the spec claims, as far as I can tell (#345)

https://w3c.github.io/browser-payment-api/#dom-paymentdetails says this in the `shippingOptions` section:

> The shippingOptions field is only used if the PaymentRequest was constructed with PaymentOptions requestShipping set to true. 

but this doesn't match the normative text in updateWith, as far as I can tell: that will use the shippingOptions no matter how the PaymentOptions was constructed...

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

Received on Wednesday, 30 November 2016 03:59:15 UTC