Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove must in complete() #280

Merged
merged 1 commit into from
Sep 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1095,9 +1095,9 @@ <h2>PaymentResponse interface</h2>

<section>
<h2>complete()</h2>
<p>The <code><dfn>complete</dfn></code> method must be called after the user has accepted the payment
<p>The <code><dfn>complete</dfn></code> method is called after the user has accepted the payment
request and the [[\acceptPromise]] has been resolved. Calling the <code>complete</code> method tells
the <a>user agent</a> that the user interaction is over (and should cause any remaining user interface to be
the <a>user agent</a> that the user interaction is over (and SHOULD cause any remaining user interface to be
closed).</p>
<p>The <code>complete</code> method takes a string argument from the <code><dfn>PaymentComplete</dfn></code>
enum (<code>result</code>). These values are used to influence the user experience provided by the <a>user agent</a>
Expand Down