moon mailer
This commit is contained in:
@@ -114,6 +114,11 @@ class MoonMailerCommand extends Command
|
||||
$this->UpdateNotPaid($rental);
|
||||
}
|
||||
*/
|
||||
|
||||
printf("Mail:\n");
|
||||
printf($body);
|
||||
printf("\n");
|
||||
|
||||
}
|
||||
|
||||
//Mark the job as finished
|
||||
@@ -194,8 +199,6 @@ class MoonMailerCommand extends Command
|
||||
}
|
||||
}
|
||||
|
||||
dd($totalCost);
|
||||
|
||||
//Return the total cost back to the calling function
|
||||
return $totalCost;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user