hot fix part 2

This commit is contained in:
Cüneyt Şentürk
2021-06-28 00:00:53 +03:00
parent 15645ee7a4
commit 6528f26160
6 changed files with 6 additions and 5 deletions

View File

@ -49,6 +49,6 @@ return [
'revenue_new_customer' => [
'subject' => '{revenue_date} payment created',
'body' => 'Dear {customer_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
'body' => 'Dear {customer_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Feel free to contact us with any questions..<br /><br />Best Regards,<br />{company_name}',
],
];

View File

@ -115,6 +115,7 @@ return [
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
'revenue_new_customer' => 'Revenue Received Template (sent to customer)',
],
],