From 031bad376f8d428e64b38a8451b2c7c1946d3afa Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 22 Jun 2026 18:53:49 +0800 Subject: [PATCH] fix(subscription): increase EZPAY development redirect delay to 10 seconds --- .../subscription/components/subscription-checkout-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/subscription/components/subscription-checkout-button.tsx b/src/app/subscription/components/subscription-checkout-button.tsx index e520b6c8..e89d3539 100644 --- a/src/app/subscription/components/subscription-checkout-button.tsx +++ b/src/app/subscription/components/subscription-checkout-button.tsx @@ -17,7 +17,7 @@ import { StripePaymentDialog } from "./stripe-payment-dialog"; import { SubscriptionCtaButton } from "./subscription-cta-button"; import styles from "./subscription-cta-button.module.css"; -const EZPAY_DEVELOPMENT_REDIRECT_DELAY_MS = 5000; +const EZPAY_DEVELOPMENT_REDIRECT_DELAY_MS = 10000; const log = new Logger("SubscriptionCheckoutButton"); export interface SubscriptionCheckoutButtonProps {