moon mailer
This commit is contained in:
@@ -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'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user