mirror of https://github.com/zulip/zulip.git
billing: Remove card change success message.
This message is barely visible to the user so removed. Now, the card change behaviour is same as on upgrade page.
This commit is contained in:
parent
f526b7ba58
commit
79d1a1850c
|
@ -142,9 +142,6 @@
|
|||
</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div id="cardchange-success" class="alert alert-success billing-page-success">
|
||||
Redirecting to Stripe checkout page for updating Card details.
|
||||
</div>
|
||||
<div class="input-box billing-page-field no-validation">
|
||||
<div class="next-payment-info not-editable-realm-field">
|
||||
{% if renewal_amount %}
|
||||
|
|
Loading…
Reference in New Issue