Re: [w3c/payment-handler] window.open not working from paymentrequest eventlistener (#280)

@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