send email to notify customer about china bankslip and instruction to upload po

This commit is contained in:
omair saleh
2020-09-29 16:05:11 +08:00
parent eb2fbbc67e
commit 9d068dbae0
+1 -3
View File
@@ -42,9 +42,7 @@ class UploadPo extends Notification
$message->subject('Upload PO - Exchange');
$message->line('您好, 订单号 : '.$this->booking->id.' 的人民币汇款已成功。 请在这个网址 http://exchange.cief-malaysia.com/ 登录您的账号,并点击以下按钮,上载PO到系统. 谢谢.')
->line('The payment to your supplier for the order no: '.$this->booking->id.' has been successful, please login to your account at http://exchange.cief-malaysia.com/ and then click on the button below upload your order\'s po');
// foreach ($this->booking->chinaBankSlip as $bankslip){
// $message->attach(Storage::disk('public')->url($bankslip->china_bank_slip_path));
// }
$message->action('Upload PO', 'https://exchange.cief-malaysia.com/booking/'.$this->booking->id.'/upload-po');
return $message;
}
}