moon mailer

This commit is contained in:
2019-05-31 21:57:47 -05:00
parent 3a6a8afb41
commit 2c8b4cafe6

View File

@@ -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;
}