Re: [browser-payment-api] Different card schemes have different mandatory field requirements (#9)

@adrianhopebailie,

> Can you explain why?

If you use a dictionary that only defines the field `x` and you pass `{"x": 1, "y": 2}` to the API, then the `y` field gets removed. You can't add arbitrary other fields -- which means you can't easily extend the object.

---
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/9#issuecomment-200464000

Received on Wednesday, 23 March 2016 17:50:08 UTC