long pause before going to payment platform

  • rodolphe aoustin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 4 weeks ago - 7 years 4 weeks ago #114483 by rodolphe aoustin
long pause before going to payment platform was created by rodolphe aoustin
hi
is there any reason to wait for 5s before going to payment gateway?
function redirect() {
document.payment_form.submit();
}
setTimeout('redirect()', 5000);

I did change 5000 to 1000, is it risky?
or was it set to 5s just to have time to read the message on that page?

it sounds it works well at 1000 but I want to make sure i'm not breaking something
thanks,
Rod
Last edit: 7 years 4 weeks ago by rodolphe aoustin.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
7 years 4 weeks ago #114484 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic long pause before going to payment platform
Hi Rod

No, it's fine. You can modify the code like that

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc