Re: [w3c/payment-handler] Add CanMakePaymentEvent. (#170)

rsolomakhin commented on this pull request.



> +                <ol>
+                  <li>If the intersection of <var>methodData[key]</var> and
+                  <var>instrument.capabilities[key]</var> is empty, return
+                  <code>false</code>.
+                  </li>
+                </ol>
+              </li>
+              <li>Otherwise, return <code>true</code>.
+              </li>
+            </ol>
+          </li>
+          <li>Otherwise, fire the <a>CanMakePaymentEvent</a> in the payment
+          handler and return the result.
+          </li>
+        </ol>
+        <div class="issue" data-number="157">

Done. Please take a look, @marcoscaceres.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/170#discussion_r177133928

Received on Monday, 26 March 2018 15:30:12 UTC