From cff50a10fa11fadb9b709fa4655c42dead06c59e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 31 May 2019 21:52:19 -0500 Subject: [PATCH] moon mailer --- app/Console/Commands/moonmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/moonmailer.php b/app/Console/Commands/moonmailer.php index c75aba7b9..e2e10b1dc 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -185,7 +185,7 @@ class MoonMailerCommand extends Command //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); - + dd($price); //Check the type and figure out which price to add in if($rental->Type == 'alliance') { $totalCost += $price['alliance'];