Re: [w3c/payment-request] Add hasEnrolledInstrument() (#833)

marcoscaceres commented on this pull request.



> @@ -4259,6 +4239,99 @@ <h2>
           </li>
         </ol>
       </section>
+      <section>
+        <h2>
+          Can make payment algorithm
+        </h2>
+        <p>
+          The <dfn>can make payment algorithm</dfn> checks if the <a>user
+          agent</a> supports making payment with a <a>PaymentRequest</a>. It
+          takes a boolean argument, <var>checkForInstruments</var>, that
+          specifies whether the algorithm should check for existence of enrolled
+          instruments in addition to basic support of a <a>payment method</a>.

```suggestion
          instruments in addition to support of a <a>payment method</a>.
```

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/833#pullrequestreview-204436918

Received on Friday, 15 February 2019 21:00:15 UTC