8000 Clarify when the user can abort the payment request algorithm by marcoscaceres · Pull Request #810 · w3c/payment-request · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow handlers to abort payment request
  • Loading branch information
Marcos Cáceres committed Jan 10, 2019
commit 210c036aaf23d629ee3911e536565e6843f8d994
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4657,8 +4657,10 @@ <h2>
reasonable amount of time.
</p>
<p>
In either case (timeout occurs or the user manually aborts), the user
agent MUST run the <a>user aborts the payment request algorithm</a>.
In the case where a timeout occurs, or the user manually aborts, or
the <a>payment handler</a> decides to abort this particular payment,
the user agent MUST run the <a>user aborts the payment request
algorithm</a>.
</p>
<ol class="algorithm">
<li>Set <var>request</var>.<a>[[\updating]]</a> to true.
Expand Down
0