- From: Adrian Hope-Bailie <notifications@github.com>
- Date: Wed, 20 Jul 2016 06:15:27 -0700
- To: w3c/webpayments-payment-apps-api <webpayments-payment-apps-api@noreply.github.com>
Received on Wednesday, 20 July 2016 13:16:51 UTC
Question raised at London f2f and migrated from: https://github.com/w3c/webpayments/issues/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-payment-apps-api/issues/4
Received on Wednesday, 20 July 2016 13:16:51 UTC