mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Merge pull request #1953 from Adyen/fix/paynow-countdown-time
Adjust PayNow countdown time to 3 minutes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const countdownTime = 15; // min
|
||||
export const countdownTime = 3; // min
|
||||
export const delay = 2000; // ms
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user