billing: Modify next payment info.

This commit is contained in:
Aman Agrawal 2023-11-08 06:57:26 +00:00
parent e72df84396
commit 68a117d490
1 changed files with 9 additions and 4 deletions

View File

@ -82,7 +82,7 @@
</div>
{% endif %}
</div>
<p>
<div class="next-payment-info not-editable-realm-field">
{% if renewal_amount %}
{% if free_trial %}
Your plan will be upgraded to <strong>{{ plan_name }}</strong> on <strong>{{ renewal_date }}</strong> for
@ -92,13 +92,18 @@
{% elif switch_to_annual_at_end_of_cycle %}
Your plan will be switched from monthly to annual billing on <strong>{{ renewal_date }}</strong>.
{% else %}
Your plan will renew on <strong>{{ renewal_date }}</strong> for
<strong>${{ renewal_amount }}</strong>.
{% if charge_automatically %}
Your plan will automatically renew on <strong>{{ renewal_date }}</strong>.
{% else %}
Your next invoice is due on <strong>{{ renewal_date }}</strong>.
{% endif %}
<br />
Expected charge: <strong>${{ renewal_amount }}</strong>.
{% endif %}
{% else %}
Your plan ends on <strong>{{ renewal_date }}</strong>, and does not renew.
{% endif %}
</p>
</div>
</div>
<div id="payment-method">
<div id="cardchange-error" class="alert alert-danger"></div>