diff --git a/app/Console/Commands/Flex/FlexStructureCommand.php b/app/Console/Commands/Flex/FlexStructureCommand.php
index 740282c21..14e170d1d 100644
--- a/app/Console/Commands/Flex/FlexStructureCommand.php
+++ b/app/Console/Commands/Flex/FlexStructureCommand.php
@@ -87,6 +87,7 @@ class FlexStructureCommand extends Command
foreach($structures as $structure) {
$body += "System: " . $structure->system . " - " . $structure->structure_type . ": " . $structure->structure_cost . " ISK
";
}
+ dd($totalCost);
$body += "Total Cost: " . $totalCost;
$body += "Please remit payment to Spatial Forces by the 3rd of the month.
";
$body += "Sincerely,
";