- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 29 Aug 2017 21:26:44 -0700
- To: w3c/payment-method-id <payment-method-id@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 August 2017 04:27:06 UTC
As per spec, the following PMIs are all valid:
```JS
"0",
"021213213",
"-valid-",
"-valid-123",
"--------",
```
I think what we want is:
```ABNF
stdpmi = part *("-" part)
part = loweralpha *(DIGIT / loweralpha)
loweralpha = %x61-7A
```
--
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/issues/48
Received on Wednesday, 30 August 2017 04:27:06 UTC