diff --git a/packages/stripe/src/routes.ts b/packages/stripe/src/routes.ts index e23a125faf..c9b9b9ddd6 100644 --- a/packages/stripe/src/routes.ts +++ b/packages/stripe/src/routes.ts @@ -757,8 +757,9 @@ export const upgradeSubscription = (options: StripeOptions) => { continue; } - // priceMap takes priority (handles seat-only plans - // where base price === seat price) + // priceMap takes priority + // which handles seat-only plans + // where base price === seat price const replacement = priceMap.get(itemPriceId); if (replacement) { newPhaseItems.push({