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 @@ - - - - + + + +
MonthMarket TaxMarket Revenue Minus Fuel CostRefinery TaxRefinery Revenue Minus Fuel CostMarket Tax Minus Fuel Cost / MonthMarket RevenueRefinery Tax Minus Fuel Cost / MonthRefinery Revenue