- From: Ade Bateman <notifications@github.com>
- Date: Thu, 17 Mar 2016 04:23:41 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Thursday, 17 March 2016 11:24:35 UTC
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