1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00
invoiceninja/resources/views/emails/invoice_payment_failed_text.blade.php
2019-01-30 22:25:37 +11:00

8 lines
313 B
PHP

{!! trans('texts.email_salutation', ['name' => $userName]) !!}
{!! trans("texts.notification_invoice_payment_failed", ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
{!! $payment->gateway_error !!}
{!! trans('texts.email_signature') !!}
{!! trans('texts.email_from') !!}