Re: [w3c/payment-method-basic-card] Define how to show and apply modifiers (#71)

ianbjacobs commented on this pull request.



> +                  supportedNetworks: ["visa"],
+                },
+              },
+              // This one gets skipped, because it's not applicable to
+              // basic card.
+              {
+                supportedMethods: "https://example.com/bobpay",
+              },
+            ];
+
+            // See above for which methodData gets picked.
+            await new PaymentRequest(methodData, details, options).show();
+            </pre>
+        </div>
+        <p>
+          The <dfn>steps for showing the payment handler</dfn> are given by the

```suggestion
          The <dfn>steps for selecting the payment handler</dfn> are given by the
```

-- 
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/71#pullrequestreview-216799574

Received on Wednesday, 20 March 2019 15:30:44 UTC