moon rental fix

This commit is contained in:
2019-04-02 15:21:45 -05:00
parent d83f69c910
commit 15db9049ce
+2
View File
@@ -79,6 +79,8 @@ class MoonMailerCommand extends Command
'Moon' => $rental->Moon,
])->first();
dd($moon->FirstOre);
//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);