Payment send mail notification..

This commit is contained in:
Cüneyt Şentürk
2021-06-30 11:08:40 +03:00
parent 0fd2288116
commit 3ee49c5bd3
6 changed files with 70 additions and 3 deletions

View File

@ -51,4 +51,9 @@ return [
'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 with any questions..<br /><br />Best Regards,<br />{company_name}',
],
'payment_new_vendor' => [
'subject' => '{revenue_date} payment created',
'body' => 'Dear {vendor_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{payment_admin_link}">{payment_date}</a>.<br /><br />Feel free to contact us with any questions..<br /><br />Best Regards,<br />{company_name}',
],
];