diff --git a/web/ee/components/license/pro-plan-cloud-upgrade-modal.tsx b/web/ee/components/license/pro-plan-cloud-upgrade-modal.tsx index 9733e1cb5f..20344191ae 100644 --- a/web/ee/components/license/pro-plan-cloud-upgrade-modal.tsx +++ b/web/ee/components/license/pro-plan-cloud-upgrade-modal.tsx @@ -266,7 +266,7 @@ export const ProPlanCloudUpgradeModal: FC = (prop features={PRO_PLAN_FEATURES_MAP} isLoading={isLoading} handlePaymentLink={(priceId: string) => - isInTrailPeriod ? handleSubscriptionPageRedirection : handlePaymentLink(priceId) + isInTrailPeriod ? handleSubscriptionPageRedirection() : handlePaymentLink(priceId) } yearlyPlanOnly={yearlyPlan} trialLoader={trialLoader}