- From: Zach Koch <notifications@github.com>
- Date: Wed, 26 Jul 2017 21:37:58 +0000 (UTC)
- To: w3c/payment-method-id <payment-method-id@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 July 2017 21:39:42 UTC
zkoch commented on this pull request.
> + <p>
+ When used in an API, the following method identifiers are all
+ ignored by the user agent. Some user agents might inform developers
+ that identifiers are invalid to help them fix issues.
+ </p>
+ <pre class="example" title="Conforming and non-conforming PMIs">
+ const good = [
+ {
+ supportedMethods: "basic-card",
+ },
+ ];
+
+ const bad = [
+ {
+ // ❌ Contains Unicode character outside the valid ranges.
+ supportedMethods: "💳-card",
A part of me wishes we would have gone in this direction
--
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-id/pull/41#pullrequestreview-52505312
Received on Wednesday, 26 July 2017 21:39:42 UTC