Re: [w3c/browser-payment-api] Change the way we request user data (#65)

> @@ -1105,7 +1114,7 @@ <h2 id="state-transitions">State transitions</h2>
>              The <a>user agent</a> user interface should ensure that this never occurs.
>            </li>
>            <li>
> -            If the <code>requestShipping</code> value of <em>request</em>@[[\options]]
> +            If <code>requestedData</code> contains <code>shipping-address</code> in <em>request</em>@[[\options]]
>              is <code>true</code>, then if the <code>shippingAddress</code> attribute of <em>request</em>
>              is <code>null</code> or if the <code>shippingOption</code> attribute of <em>request</em>

Line 1118 should probably change from
`is <code>true</code>, then if the <code>shippingAddress</code> attribute of <em>request</em>`
to
`then if the <code>shippingAddress</code> attribute of <em>request</em>`
or something like that...

---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/65/files/e2ccc087de1c4f6c5ef562e3519e4ef22fd9dea9#r58648416

Received on Wednesday, 6 April 2016 04:02:13 UTC