saucy/app/views/notification_mailer/_payment.html.erb
Hugo Peixoto 9058ed98f7 Adds payment page
Instead of sending all the payment details by email, we're now sending
only a link to a page on this platform. This is to help reduce questions
of whether the emails are from scammers or real.
2023-07-12 19:13:08 +01:00

11 lines
352 B
Plaintext

<p>
Aceitamos pagamento via transferência bancária, referência multibanco ou
MBWAY:
</p>
<div align="center">
<a style="border: 1px solid #ccc; background-color: #eee; margin: 30px; display: inline-block; padding: 10px 20px; margin: 0px auto;" href="<%= payment_url(payment) %>">
<%= t('notification_mailer.payment_cta') %>
</a>
</div>