Re: [w3c/payment-request] If requestShipping is false, pr.shippingOption should be null (#609)

To be clear:

```JS
ev.updateWith({
   // updating with new shipping options would leave pr.shippingOption === "never-selected" 
   shippingOptions: [{id: "THIS_IS_NEVER_SELECTED" , selected: true}]
});
```


-- 
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/payment-request/issues/609#issuecomment-327114414

Received on Tuesday, 5 September 2017 08:56:47 UTC