update email payment proof

This commit is contained in:
edmondlang
2023-06-03 15:58:13 +08:00
parent 6b73f31993
commit f1ce5c6a86
@@ -32,7 +32,7 @@ class PaymentProofUploadedEmail extends AbstractEmail
{
return (new MailMessage)
->subject('Transfer Completed (REF: ' . $this->booking->marking . ')')
->to('edmond.wuiming2021@gmail.com') // testing email
// ->to('edmond.wuiming2021@gmail.com') // testing email
// ->attach('/path/to/file') // todo-new: add attachement
->view('emails.accounts.payment_proof_email', ['user' => $this->user, 'booking' => $this->booking]);
}