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
Description
When trying to make payments in test mode our code calls iamport method (IMP.request_pay()) but if we cancel the payment window (or close it), the iamport iframe does not disappear and the callback is not called.
When we use nicepay PG in the test mode, we don't have this issue. The iframe is removed and the callback is properly called.
Actual behaviour
The payment window iframe does not disappear when the payment window is closed/cancelled. It leaves semi-transparent overlay over the entire browser viewport.
The callback is not called to notify our app that the payment was cancelled.
** Expected behaviour**
Closing payment window should remove the iframe and the callback should be called.
The text was updated successfully, but these errors were encountered:
Environment
https://cdn.iamport.kr/js/iamport.payment-1.1.8.js
)Description
When trying to make payments in test mode our code calls iamport method (
IMP.request_pay()
) but if we cancel the payment window (or close it), the iamportiframe
does not disappear and the callback is not called.Here is how we call it:
When we use
nicepay
PG in the test mode, we don't have this issue. Theiframe
is removed and the callback is properly called.Actual behaviour
The payment window iframe does not disappear when the payment window is closed/cancelled. It leaves semi-transparent overlay over the entire browser viewport.
The callback is not called to notify our app that the payment was cancelled.
** Expected behaviour**
Closing payment window should remove the
iframe
and the callback should be called.The text was updated successfully, but these errors were encountered: