admincontroller

This commit is contained in:
2018-12-30 03:08:58 -06:00
parent 60a23e9e77
commit 6d852ef684
2 changed files with 6 additions and 21 deletions

View File

@@ -91,31 +91,16 @@ class SendMail extends Command
'<br>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) {
//
}

View File

@@ -10,10 +10,10 @@
<table class="table table-striped">
<thead>
<th>Month</th>
<th>Market Tax</th>
<th>Market Revenue Minus Fuel Cost</th>
<th>Refinery Tax</th>
<th>Refinery Revenue Minus Fuel Cost</th>
<th>Market Tax Minus Fuel Cost / Month</th>
<th>Market Revenue</th>
<th>Refinery Tax Minus Fuel Cost / Month</th>
<th>Refinery Revenue</th>
</thead>
<tbody>
<tr>