Add expiry year and month in the settings and order payment pages

This commit is contained in:
PCoder 2019-07-09 18:40:41 +05:30
commit 59c45492a9
5 changed files with 11 additions and 0 deletions

View file

@ -41,6 +41,7 @@
<h4>{% trans "Payment method" %}:</h4>
<p>
{{cc_brand|default:_('Credit Card')}} {% trans "ending in" %} ****{{cc_last4}}<br>
{% trans "Expiry" %} {{cc_exp_year}}/{{cc_exp_month}}<br/>
{{request.user.email}}
</p>
</div>