mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
chore: pretty comment
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user