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
We're calling makePaymentRequest() followed by completeLastTransaction() when all is done and finished.
If we hold the call to completeLastTransaction() for 30s then a popup is shown "Apple Pay not Completed" for 1s and then everything is gone.
We're trying to understand why this popup shows so briefly and why it disappears by itself.
Also, is there a handler on the plugin that allows us to handle this timeout?
The text was updated successfully, but these errors were encountered:
We're calling makePaymentRequest() followed by completeLastTransaction() when all is done and finished.
If we hold the call to completeLastTransaction() for 30s then a popup is shown "Apple Pay not Completed" for 1s and then everything is gone.
We're trying to understand why this popup shows so briefly and why it disappears by itself.
Also, is there a handler on the plugin that allows us to handle this timeout?
The text was updated successfully, but these errors were encountered: