saving cardholder name

This commit is contained in:
Arvind Tiwari 2017-08-29 17:48:41 +05:30
commit 58e7a2aca7
3 changed files with 15 additions and 16 deletions

View file

@ -34,8 +34,7 @@
<h5 class="membership-lead">{% trans "Type" %}: {{credit_card_data.cc_brand}}</h5>
</div>
{% else %}
<h4>{% trans "No Cards found for your account." %}</h4>
{% comment %}
<h4>{% trans "Add a new Card." %}</h4>
<form action="" id="payment-form-new" class="credit-card-form" method="POST">
<input type="hidden" name="token"/>
<div class="credit-card-goup">
@ -92,7 +91,6 @@
<p class="payment-errors"></p>
</div>
</form>
{% endcomment %}
{% endif %}
</div>
</div>