- From: Jinho Bang <notifications@github.com>
- Date: Wed, 04 Apr 2018 01:54:33 +0000 (UTC)
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 April 2018 01:55:02 UTC
@majaybabu The `PaymentRequest` event is only exposed to SW global context. So, you can't use `window.open`. Instead you could use `evt.openWindow` method. The following link will be helpful to you. https://w3c.github.io/payment-handler/#post-example -- 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/payment-handler/issues/280#issuecomment-378454720
Received on Wednesday, 4 April 2018 01:55:02 UTC