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

marcoscaceres commented on this pull request.



> @@ -4259,6 +4239,98 @@ <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 the <a>payment methods</a> with
+          which the <a>PaymentRequest</a> was constructed. It takes a boolean
+          argument, <var>checkForInstruments</var>, that specifies whether the
+          algorithm checks for existence of enrolled instruments in addition to
+          supporting <a>payment method</a>.

```suggestion
          supporting 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-204466916

Received on Friday, 15 February 2019 22:33:47 UTC