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

danyao commented on this pull request.



>                algorithm.
               </li>
+              <li>Let <var>handlers</var> be a <a>list</a> of registered
+              <a>payment handlers</a> that are authorized and can handle
+              payment request for <var>identifier</var>.
+              </li>
+              <li>For each <var>handler</var> in <var>handlers</var>:
+                <ol>
+                  <li>Let <var>hasEnrolledInstrument</var> be the result of
+                  running <var>handler</var>'s <a>steps to check if a payment

Hi @ianbjacobs - did I answer your question? This is the last open review question blocking this PR. :-)

-- 
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#discussion_r262122917

Received on Monday, 4 March 2019 15:58:02 UTC