command for moon mailer

This commit is contained in:
2019-02-16 01:30:19 -06:00
parent 58635e014a
commit feb1357676

View File

@@ -64,7 +64,7 @@ class MoonMailerCommand extends Command
foreach($rentals as $rental) {
$price = $moonCalc->SpatialMoonsOnlyGoo($rental->FirstOre, $rental->FirstQuantity, $rental->SecondOre, $rental->SecondQuantity,
$rental->ThirdOre, $rental->ThirdQuantity, $rental->FourthOre, $rental->FourthQuantity);
dd($rental->Type);
dd($price);
//Update the moon rental price
MoonRent::where([
'System' => $rental->System,