- From: Jake Archibald <notifications@github.com>
- Date: Fri, 12 Feb 2016 04:02:40 -0800
- To: WICG/paymentrequest <paymentrequest@noreply.github.com>
Received on Friday, 12 February 2016 12:03:15 UTC
> </li> > - <li> > - The method should return and the <a>user agent</a> should asynchronously update the > - user interface based on the changed values in <em>target</em>@[[\details]]. > + <li>Return from the method and asynchronously perform the remaining steps.</li> > + <li>Wait until <code>d</code> settles.</li> > + <li>If <code>d</code> is resolved with <code>details</code> and <code>details</code> is a > + <a><code>PaymentDetails</code></a> dictionary, then: > + <ol> > + <li> > + If <code>details</code> contains an <code>items</code> value, then copy > + this value to the <code>items</code> field of <em>target</em>@[[\details]]. > + </li> > + <li> > + If <code>details</code>contains a <code>shippingOptions</code> value, then nit: space after "details" --- Reply to this email directly or view it on GitHub: https://github.com/WICG/paymentrequest/pull/50/files#r52733522
Received on Friday, 12 February 2016 12:03:15 UTC