- Posts: 15
- Thank you received: 0
long pause before going to payment platform
- rodolphe aoustin
- Topic Author
- Offline
- New Member
-
Less
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
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
-
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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.