Re: [w3c/browser-payment-api] What semantics is needed for payment method specific data? (#143)

I believe this issue can be closed because the spec combined parameters 1 and 4 such that:
1) PMIs are used as keys for payment method specific data, and
2) Some grouping is possible (that is: you can say that some data applies to multiple payment methods):

 {
    supportedMethods: ["bobpay.com"],
    data: {
      merchantIdentifier: "XXXX",
      bobPaySpecificField: true
  }

Ian

---
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/143#issuecomment-218177905

Received on Tuesday, 10 May 2016 14:41:58 UTC