mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
3 lines
231 B
Plaintext
3 lines
231 B
Plaintext
= t('spree.payment_mailer.authorize_payment.instructions', distributor: @payment.order.distributor.name, amount: @payment.display_amount)
|
|
= link_to main_app.authorize_payment_url(@payment), main_app.authorize_payment_url(@payment)
|