chore: update proration comment

This commit is contained in:
Henry
2025-09-02 22:34:27 +01:00
parent 2779c06bcc
commit 7966ec01f5

View File

@@ -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
},
);