feat: harden scheduled downgrade lifecycle and messaging
This commit is contained in:
@@ -114,7 +114,7 @@ export function getPendingPlanChangeMessage(pendingPlanCode: PlanCode | null, pe
|
||||
return null;
|
||||
}
|
||||
|
||||
return `Plan change to ${pendingPlanCode} takes effect on ${formatLifecycleDate(pendingPlanEffectiveAt)}.`;
|
||||
return `A plan change to ${pendingPlanCode} is scheduled for ${formatLifecycleDate(pendingPlanEffectiveAt)}. If usage is above the new limits after that date, chargeable actions may pause until usage resets or additional capacity is added.`;
|
||||
}
|
||||
|
||||
export function formatLifecycleDate(value: string | null) {
|
||||
|
||||
Reference in New Issue
Block a user