Re: [w3c/payment-request] Clarify when the user can abort the payment request algorithm (#810)

marcoscaceres commented on this pull request.



> @@ -887,9 +887,10 @@ <h2>
             The <a>show()</a> method is called when a developer wants to begin
             user interaction for the payment request. The <a>show()</a> method
             returns a <a>Promise</a> that will be resolved when the <a>user
-            accepts the payment request</a>. Some kind of user interface will
-            be presented to the user to facilitate the payment request after
-            the <a>show()</a> method returns.
+            accepts the payment request</a> or rejected if the <a>user aborts
+            the payment request</a>. Some kind of user interface will be

Agree. Reverting. 

-- 
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/pull/810#discussion_r235912257

Received on Friday, 23 November 2018 11:21:08 UTC