moon rental fix

This commit is contained in:
2019-04-02 15:35:11 -05:00
parent d8b4ff0b03
commit 1ef6e4bb22

View File

@@ -79,8 +79,6 @@ class MoonMailerCommand extends Command
'Moon' => $rental->Moon,
])->first();
dd($moon);
//Get the updated price for the moon
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);