clean up account update notices
parent
25d9edf4d8
commit
e78d5c7472
|
@ -8,5 +8,5 @@ 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 }}.
|
||||
We use Stripe< to keep your information secure.
|
||||
We use Stripe to keep your information secure.
|
||||
{% endif %}
|
||||
|
|
|
@ -10,7 +10,7 @@ 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 }}.
|
||||
We use Stripe< to keep your information secure.
|
||||
We use Stripe to keep your information secure.
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@ 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 }}.
|
||||
We use Stripe< to keep your information secure.
|
||||
We use Stripe to keep your information secure.
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue