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

@ -79,7 +79,7 @@ class Payment extends Notification
return [
'template_alias' => $this->template->alias,
'payment_id' => $this->payment->id,
'customer_name' => $this->payment->contact->name,
'vendor_name' => $this->payment->contact->name,
'amount' => $this->payment->amount,
'payment_date' => company_date($this->payment->paid_at),
];
@ -91,7 +91,7 @@ class Payment extends Notification
'{payment_amount}',
'{payment_date}',
'{payment_admin_link}',
'{customer_name}',
'{vendor_name}',
'{company_name}',
'{company_email}',
'{company_tax_number}',