Re: [w3c/payment-method-basic-card] Brand selection (#49)

Would just giving the following in payment request should work, no?: 
```JS
  {
    supportedMethods: "basic-card",
    data: {
      supportedNetworks: ["visa", "mastercard", "cb"],
      supportedTypes: ["credit"],
    },
  },
```

The browser then says, "supported cards are visa, mastercard, cb". 

-- 
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/issues/49#issuecomment-372249494

Received on Monday, 12 March 2018 09:45:59 UTC