Fix password placeholder in email template

This commit is contained in:
Joshua Dwire 2016-03-05 18:16:23 -05:00
parent d0d30e1e26
commit 0166576987
2 changed files with 2 additions and 1 deletions

View File

@ -27,11 +27,11 @@ class ContactMailer extends Mailer
'firstName', 'firstName',
'invoice', 'invoice',
'quote', 'quote',
'password',
'viewLink', 'viewLink',
'viewButton', 'viewButton',
'paymentLink', 'paymentLink',
'paymentButton', 'paymentButton',
'password',
]; ];
public function sendInvoice(Invoice $invoice, $reminder = false, $pdfString = false) public function sendInvoice(Invoice $invoice, $reminder = false, $pdfString = false)

View File

@ -211,6 +211,7 @@
"First Name", "First Name",
"0001", "0001",
"0001", "0001",
'6h2NWNdw6',
"{{ URL::to('/view/...') }}", "{{ URL::to('/view/...') }}",
'{!! Form::flatButton('view_invoice', '#0b4d78') !!}', '{!! Form::flatButton('view_invoice', '#0b4d78') !!}',
"{{ URL::to('/payment/...') }}", "{{ URL::to('/payment/...') }}",