Merge pull request #1953 from Adyen/fix/paynow-countdown-time

Adjust PayNow countdown time to 3 minutes
This commit is contained in:
Marc Pérez
2023-01-23 10:19:22 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
export const countdownTime = 15; // min
export const countdownTime = 3; // min
export const delay = 2000; // ms
export default {