From ee447b67e8d6b1fb012c13639160eeda82935321 Mon Sep 17 00:00:00 2001 From: Liangjun Song <146005915+adai26@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:46:57 +0800 Subject: [PATCH] Merge pull request #28689 from overleaf/ls-stripe-elements-for-group-plans Stripe Elements for group plans GitOrigin-RevId: 932d465328458a8560ef38e98a051368212d9dea --- services/web/app/src/Features/Subscription/PlansLocator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/src/Features/Subscription/PlansLocator.js b/services/web/app/src/Features/Subscription/PlansLocator.js index b23414aaf7..d4e6f8ff65 100644 --- a/services/web/app/src/Features/Subscription/PlansLocator.js +++ b/services/web/app/src/Features/Subscription/PlansLocator.js @@ -151,8 +151,8 @@ function isGroupPlanCode(planCode) { * into its corresponding Stripe-compatible plan code (e.g., `group_professional_educational`), * extracting the license quantity where applicable. * - * @param {RecurlyPlanCode} planCode - * @returns {{ planCode: RecurlyPlanCode, quantity: number }} + * @param {string} planCode + * @returns {{ planCode: string, quantity: number }} */ function convertLegacyGroupPlanCodeToConsolidatedGroupPlanCodeIfNeeded( planCode