Re: [w3c/payment-method-basic-card] Connecting to payment request. (#50)

marcoscaceres commented on this pull request.



> -        </li>
-        <li>Set <var>card</var>["<a>cardNumber</a>"] to a string of digits of
-        length between 10 to 19 items representing the <a>primary account
-        number</a>. The <a>primary account number</a> SHOULD be one of the <a>
-          types</a> from <var>requestedTypes</var>, or any <a>type</a> if
+      <section>
+        <h3>
+          Steps to check instrument support
+        </h3>
+        <p>
+          The <dfn>steps to check instrument support</dfn> with
+          <a>BasicCardRequest</a> <var>data</var> are given by the following
+          algorithm.
+        </p>
+        <ol class="algorithm">
+          <li>If the <a>card</a>'s <a>network</a> is not one of the

So, card(s) need to come from somewhere. 

-- 
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/payment-method-basic-card/pull/50#pullrequestreview-109258130

Received on Wednesday, 4 April 2018 09:49:44 UTC