moon mailer

This commit is contained in:
2019-05-31 21:56:20 -05:00
parent 5ab72d9d7a
commit 3a6a8afb41

View File

@@ -188,9 +188,9 @@ class MoonMailerCommand extends Command
//Check the type and figure out which price to add in //Check the type and figure out which price to add in
if($rental->Type == 'alliance') { if($rental->Type == 'alliance') {
$totalCost += ($price['alliance']; $totalCost += $price['alliance'];
} else{ } else{
$totalCost += ($price['outofalliance']; $totalCost += $price['outofalliance'];
} }
} }