regluit/frontend/templates/notification/account_active/full.txt

22 lines
617 B
Plaintext
Raw Normal View History

2013-02-27 23:18:32 +00:00
{% load humanize %}
2013-04-17 18:42:49 +00:00
Payment method updated
As you requested, we<77>ve updated your account with the payment method you provided.
If you have any questions, we are happy to help. Simply email us at support@gluejar.com.
{% if user.profile.account %}
2013-04-17 18:42:49 +00:00
The current card we have on file:
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-04-17 18:42:49 +00:00
We use Stripe< to keep your information secure.
{% endif %}
2013-02-27 23:18:32 +00:00
Thank you for your support.
The Unglue.it team