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