Add expiry year and month in the settings and order payment pages
This commit is contained in:
parent
3c63f26d31
commit
59c45492a9
5 changed files with 11 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue