Skip to content

Commit

Permalink
Fixed the mercadopago links for new values. (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista authored Nov 13, 2023
1 parent 56e62ba commit d40d2b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/members/templates/members/mail_indebt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Podés pagar el año entero (un total de ${{ annual_fee }}) directamente por tra
... o con tarjetas de crédito, débito, pagofácil, rapipago, etc:

{% if member.category == member.category.ACTIVE %}
https://mpago.la/1GRnhvx
https://mpago.la/2SBgjW8

{% elif member.category == member.category.SUPPORTER %}
https://mpago.la/2ywCi56
https://mpago.la/1E4WvNU

{% else %}
{{ on_purpose_missing_var }} {% endif %}
Expand Down
4 changes: 2 additions & 2 deletions website/members/templates/members/mail_missing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ También podés pagar el año entero (un total de ${{ annual_fee }}) directament
... o con tarjetas de crédito, débito, pagofácil, rapipago, etc:

{% if member.category == member.category.ACTIVE %}
https://mpago.la/1GRnhvx
https://mpago.la/2SBgjW8

{% elif member.category == member.category.SUPPORTER %}
https://mpago.la/2ywCi56
https://mpago.la/1E4WvNU

{% else %}
{{ on_purpose_missing_var }} {% endif %}
Expand Down

0 comments on commit d40d2b1

Please sign in to comment.