marcoscaceres commented on this pull request.
> + <section data-dfn-for="PaymentComplete" data-link-for="PaymentComplete">
+ <h2><dfn>PaymentComplete</dfn> enum</h2>
+ <pre class="idl">
+ enum PaymentComplete {
+ "fail",
+ "success",
+ "unknown",
+ };
+ </pre>
+ <dl>
+ <dt>
+ "<dfn>fail</dfn>"
+ </dt>
+ <dd>
+ Indicates that processing of the payment failed. The <a>user
+ agent</a> MAY display UI indicating failure.
Agree.
--
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/browser-payment-api/pull/398