admincontroller
This commit is contained in:
@@ -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) {
|
||||
//
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user