Closing the order window should be treated same as cancelling the order placement process. i.e the finished callback should be invoked with 'cancelled' or something equivalent. Currently there is no feedback to the parent page.
Hi @muralilg, You do get a callback with failure as status, if user clicks on cancel button. If user closes window, I don't think we can do anything about it.
Hi @sujith, There is an api to capture browser close events https://api.jquery.com/unload/. Would it be possible to use this and propagate that back to the parent window?
You do get a callback with failure as status, if user clicks on cancel button. If user closes window, I don't think we can do anything about it.
There is an api to capture browser close events https://api.jquery.com/unload/. Would it be possible to use this and propagate that back to the parent window?
Looks like this is possible to do. We will implement this.
We are working on this for now. Hence can't guarantee timeline.
This is not a huge problem for us. Do let us know when this is implemented
Thanks,
Murali