- From: Adrian Hope-Bailie <notifications@github.com>
- Date: Sun, 27 Mar 2016 15:23:24 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Message-ID: <w3c/browser-payment-api/pull/77/c202161524@github.com>
@zkoch I don't think this is about registration it's about integration between the user agent and a web based payment app. @msporny For consistency, I think the issue markers for issues #50, #39 should follow a similar format as they both relate to payment app interface (one for native apps and the other for web based apps). I would suggest the following text and would include this at an appropriate point in the section [User Agent delegates payment request algorithm](https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#user-agent-delegates-payment-request-algorithm) and possibly another reference in the [complete()](https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#complete) section as this refers to messages being passed back to the payment app. Suggested text: ```html <p class="issue" data-number="39" title="It is unclear how the user agent will interface with a web-based payment app.">The architecture document suggests that payment apps may take numerous forms, including as web-based apps. This specification should describe how the user-agent will pass the payment request data and the complete signal to a web-based payment app and also how it will receive the payment response from the payment app.</p> ``` --- 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/77#issuecomment-202161524
Received on Sunday, 27 March 2016 22:23:52 UTC