upgrade: Drop option to select billing frequency in free trail.

We set monthly as default for billing frequency and let users
change it on the billing page.
This commit is contained in:
Aman Agrawal 2023-11-27 18:49:48 +00:00 committed by Tim Abbott
parent b35a792623
commit fa699032ca
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,9 @@
{% endif %}
</div>
{% if free_trial_days %}
<input type="hidden" name="schedule" value="monthly" />
{% else %}
<div class="input-box upgrade-page-field no-validation">
<select name="schedule" id="payment-schedule-select">
<option value="monthly" id="autopay_monthly_price"></option>
@ -54,6 +57,7 @@
</select>
<label for="payment-schedule-select">Payment schedule</label>
</div>
{% endif %}
{% if manual_license_management %}
<div class="input-box upgrade-page-field">