2013-02-27 23:18:32 +00:00
|
|
|
{% load humanize %}
|
2013-05-08 23:49:43 +00:00
|
|
|
As you requested, we've updated your account with the payment method you provided.
|
2013-04-17 18:42:49 +00:00
|
|
|
|
|
|
|
If you have any questions, we are happy to help. Simply email us at support@gluejar.com.
|
|
|
|
|
2013-04-17 22:43:44 +00:00
|
|
|
{% if user.profile.account %}
|
2013-04-17 18:42:49 +00:00
|
|
|
The current card we have on file:
|
2013-04-17 22:43:44 +00:00
|
|
|
Card type: {{ user.profile.account.card_type }}
|
|
|
|
Number: ************{{ user.profile.account.card_last4 }}
|
|
|
|
Expiration date: {{ user.profile.account.card_exp_month }}/{{ user.profile.account.card_exp_year }}.
|
2013-08-05 16:18:51 +00:00
|
|
|
We use Stripe to keep your information secure.
|
2013-04-17 18:42:49 +00:00
|
|
|
{% endif %}
|