Re: [w3c/browser-payment-api] editorial: clarify that payment handler data is converted (#536)

this still feels super messed up to me. You could potentially end up with completely incompatible data types and property name clashes. 

```
const methodData = [{
  supportedMethods: ["basic-card", "bitcoin"],
  data: { supportedTypes: "bitcoin-specific" }
};
```

-- 
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/pull/536#issuecomment-303923887

Received on Thursday, 25 May 2017 05:09:42 UTC