testpao controller
This commit is contained in:
@@ -99,7 +99,7 @@ class OrderUpdateGm extends Command
|
||||
if($orderupdated > 0) {
|
||||
// Send the email to the admin with the details of the order log
|
||||
Mail::raw($log, function ($message, $orderupdated) {
|
||||
$message->to("log@fioredellavita.it");
|
||||
$message->to(Mylog::getEmail());
|
||||
$message->subject(Mylog::getSubjectEmail("Ordini Aggiornati su GM:" . $orderupdated));
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user