diff --git a/app/Console/Commands/sendmail.php b/app/Console/Commands/sendmail.php
index d2085f900..a3e0df529 100644
--- a/app/Console/Commands/sendmail.php
+++ b/app/Console/Commands/sendmail.php
@@ -91,31 +91,16 @@ class SendMail extends Command
'
Please remit to Spatial Forces';
try {
$esi->setBody([
- 'mail' => [
- 'approved_cost'=> 50000,
- 'body' => $body,
- 'recipients' => [
- 'recipient_id' => $bill->character_id,
- 'recipient_type' => 'character',
- ],
- 'subject' => $subject,
- ],
- ])->invoke('post', '/characters/{character_id}/mail/', [
- 'character_id'=> 93738489,
- ]);
- /*
- $esi->setBody([
- 'approved_cost' => 50000,
'body' => $body,
'recipients' => [
- 'recipient_id' => $bill->character_id,
+ 'recipient_id' => (int)$bill->character_id,
'recipient_type' => 'character',
],
'subject' => $subject,
])->invoke('post', '/characters/{character_id}/mail/', [
'character_id'=> 93738489,
]);
- */
+
} catch(RequestFailedException $e) {
//
}
diff --git a/resources/views/structures/taxes.blade.php b/resources/views/structures/taxes.blade.php
index e75f95d77..b6139dd5e 100644
--- a/resources/views/structures/taxes.blade.php
+++ b/resources/views/structures/taxes.blade.php
@@ -10,10 +10,10 @@
| Month | -Market Tax | -Market Revenue Minus Fuel Cost | -Refinery Tax | -Refinery Revenue Minus Fuel Cost | +Market Tax Minus Fuel Cost / Month | +Market Revenue | +Refinery Tax Minus Fuel Cost / Month | +Refinery Revenue |
|---|