feat(cloud): update proration behavior to invoice at next subscription cycle
This commit is contained in:
@@ -64,7 +64,7 @@ export const updateSubscriptionSeats = async (
|
|||||||
quantity: newQuantity,
|
quantity: newQuantity,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
proration_behavior: "always_invoice", // Invoice immediately
|
proration_behavior: "create_prorations",
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user