You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have a Embedded Hpp solution that is inside a modal window.
Current process is:
Open modal
Click on payment, this calls realex init and creates a transaction in our db
Do the payment which posts the result a responseurl that contains a parameter of transaction id so we can save the realex response in the db.
If the payment declined you have the option to process the payment again which calls init again to create the iframe.
So the responseurl does not seem to refresh if the transaction got declined. So then it updates the old transaction in our database because the latest call to init Realex did not update the url.
We also found that if you call init and you close the modal and open it up again and process the payment. Both instances of realex seem to do the post to the responseurl.
So it looks like on init the previous instance that was created is not being destroyed.
The text was updated successfully, but these errors were encountered:
So we have a Embedded Hpp solution that is inside a modal window.
Current process is:
So the responseurl does not seem to refresh if the transaction got declined. So then it updates the old transaction in our database because the latest call to init Realex did not update the url.
We also found that if you call init and you close the modal and open it up again and process the payment. Both instances of realex seem to do the post to the responseurl.
So it looks like on init the previous instance that was created is not being destroyed.
The text was updated successfully, but these errors were encountered: