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

rsolomakhin commented on this pull request.



>        </p>
       <ol class="algorithm" data-link-for="BasicCardResponse">
         <li data-link-for="BasicCardRequest">Let <var>requestedNetworks</var>
-        be the result of filtering <var>data</var>["<a>supportedNetworks</a>"]
-        for <a>networks</a> that are <a>known</a> by this payment handler.
+        be <var>data</var>["<a>supportedNetworks</a>"].
+        </li>
+        <li data-link-for="BasicCardRequest">Let <var>requestedTypes</var> be
+        <var>data</var>["<a>supportedTypes</a>"].
+        </li>
+        <li>If the <a>primary account number</a> is not from one of the

Could you explain why it would be preferable to define this algorithm as an iteration over a list of cards (instruments) instead of the list of operations for a single card (instrument)?

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

Received on Tuesday, 27 March 2018 14:49:00 UTC