- Woo! You're gonna love the {upgradePlan?.name}. We're just confirming that this is a $ - {Number(upgradePlan?.unit_amount_usd)} / {upgradePlan?.unit} subscription.{' '} - {isProrated - ? `The first payment will be prorated to ~$${prorationAmount} and it will be charged immediately.` - : 'The first payment will be charged immediately.'} -
- {upgradePlan && upgradePlan?.features?.length > 1 && ( -Here are the features included:
-
- Pay ~${prorationAmount} today (prorated) and
+ Pay ~${proratedAmount.toFixed(2)} today (prorated) and
+
+ {formatFlatRate(Number(upgradePlan?.unit_amount_usd), upgradePlan?.unit)} every month thereafter.
+
+ Pay ~${amountDue.toFixed(2)} today (prorated) and
{formatFlatRate(Number(upgradePlan?.unit_amount_usd), upgradePlan?.unit)} every month thereafter.
+ You'll lose access to {currentPlatformAddon.name} features immediately. We'll apply credit for + unused time to your next invoice(s). +
+ ++ You'll get access to all {product.name} features right away. ${amountDue.toFixed(2)} will be charged + now for the remaining period until {billing?.billing_period?.current_period_end?.format('MMM D')}, + and ${targetPlan.unit_amount_usd} every {targetPlan.unit} thereafter. +
+