mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update email payment proof
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user