- From: Adrian Hope-Bailie <notifications@github.com>
- Date: Fri, 08 Jul 2016 05:10:52 -0700
- To: w3c/webpayments <webpayments@noreply.github.com>
- Cc:
Received on Friday, 8 July 2016 12:11:31 UTC
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