[w3c/browser-payment-api] Drop array support for supported methods? (#549)

Given what's happening in https://github.com/w3c/browser-payment-api/pull/536, should we consider just dropping support for an array of supportedMethods? And just move to a simple string?

It simplifies the story quite a bit, and the original idea for making it an array was so we could do "supportedMethods: ['visa', 'mc']"?

@domenic was mentioning technically this might not be that bad given how the webidl works...

-- 
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/browser-payment-api/issues/549

Received on Monday, 12 June 2017 18:50:16 UTC