#Aruljothi-applepay
1 messages · Page 1 of 1 (latest)
@warm locust that means you didn't call ev.complete
we spoke about this last week I think? you really need to simplify your frontend code so you can effectively debug it and make less calls to your backend so there's less latency so the complete() call gets called quickly.
you can't change the timeout period(how long the browser waits before showing that "not completed" message if ev.complete() is not called) , nope.
we spoke about this last week I think? you really need to simplify your frontend code so you can effectively debug it and make less calls to your backend so there's less latency so the complete() call gets called quickly.