13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
|
<%= t('notification_mailer.greetings', display_name: @contribution.member.display_name) %>
|
||
|
|
||
|
Recebemos o teu pagamento. Obrigado por continuares a apoiar a ANSOL. A tua
|
||
|
inscrição foi renovada e está válida até <%= @contribution.member.expires_on %>.
|
||
|
|
||
|
Detalhes do pagamento:
|
||
|
|
||
|
* Valor: <%= @contribution.eurocents %>
|
||
|
* Método: <%= @contribution.payment_method %>
|
||
|
* Data: <%= @contribution.payment_on %>
|
||
|
|
||
|
<%= render partial: "cheers" %>
|