D
D
deathklaat2015-06-26 17:16:56
JavaScript
deathklaat, 2015-06-26 17:16:56

FAPI.UI.showPayment why is there no API_callback when closing the successful purchase dialog?

I ran into such a problem: a purchase of goods is made in the OK application, moreover, without payment confirmation. A dialog is shown on the OK side stating that the purchase was successfully completed. The dialog has a large green "CLOSE" button, which, when clicked, calls API_callback with the "showPayment" method. But the window still has a "cross" as a button to close the window, and if you close through it, then there is no API_callback and, as a result, there is no way to process the payment on the client. How to deal with it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cheplv, 2015-06-26
@deathklaat

This question torments all OK developers. When the window is closed through the "cross", the message is not sent inside the application frame.
Options:
1) through checking on the server side by timeout
2) use websockets and receive notification from the server side.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question