- From: Dave Longley <notifications@github.com>
- Date: Fri, 22 Apr 2016 07:45:55 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Friday, 22 April 2016 14:46:27 UTC
@adrianhopebailie, > Well if you look at the current browser API spec there is actually no mention anywhere of passing the full payment request on to a payment app. Yes. One option is to just change `data` to be the full payment request message. The user agent could simply ignore that parameter entirely and pass it to the Payment App. Specific parts of that full message can be pulled out and passed in as the other parameters that the user agent needs, if we need to deal with cumbersome Web IDL restrictions. --- 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/154#issuecomment-213455853
Received on Friday, 22 April 2016 14:46:27 UTC