#Aruljothi-applepay

1 messages · Page 1 of 1 (latest)

crimson surge
#

@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.

warm locust
#

compressed

#

compressed coding 2 ajax

#

any option to update timeout calll

crimson surge
#

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.

warm locust
#

what we do for this

#

i need your help

crimson surge
#

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.