Re: [browser-payment-api] How do organizations layer additional information in the core payment messages? (#40)

Extensibility is covered by #44. The developer accesses `data` using their own code.

```
var data = { ... };
var request = new PaymentRequest(a,b,c,data);
//TODO: use data here
```

---
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/40#issuecomment-197831677

Received on Thursday, 17 March 2016 11:24:35 UTC