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