- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 19 Mar 2017 19:57:59 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 March 2017 02:59:00 UTC
The spec currently specifies:
```
dictionary PaymentMethodData {
required sequence<DOMString> supportedMethods;
};
```
But those are not actually strings: they are either enums (e.g., "basic-card") or USVStrings for URLs. This causes problems when doing URL comparisons as required by the Payment Method Identifiers spec (which calls into the URL spec).
--
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/464
Received on Monday, 20 March 2017 02:59:00 UTC