[w3c/webpayments] [Payment Apps] What is the process for rendering the payment app UI (#162)

When the payment app requires UI it provides a URL that must be fetched to render UI.

WebRTC does this by rejecting the original calling page's promise with a URL which is rendered.
This seems like a problem (asking the merchant to render the app).

Better option may be a simple `window.open()` from the payment app javascript code.

---
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/webpayments/issues/162

Received on Friday, 8 July 2016 12:11:31 UTC