From 7966ec01f5780c8620c970934d180aa49b6da949 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 2 Sep 2025 22:34:27 +0100 Subject: [PATCH] chore: update proration comment --- packages/stripe/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stripe/src/index.ts b/packages/stripe/src/index.ts index a2cf39ab..dab3b9a3 100644 --- a/packages/stripe/src/index.ts +++ b/packages/stripe/src/index.ts @@ -64,7 +64,7 @@ export const updateSubscriptionSeats = async ( quantity: newQuantity, }, ], - proration_behavior: "always_invoice", // Accumulate charges for next billing cycle + proration_behavior: "always_invoice", // Invoice immediately }, );