This commit is contained in:
2018-12-30 01:02:54 -06:00
parent 929b31ab7a
commit 3430eb4b7c

View File

@@ -93,10 +93,10 @@ class SendMail extends Command
$esi->setBody([
'approved_cost' => 50000,
'body' => $body,
'recipients' => [[
'recipients' => [
'recipient_id' => $recipient,
'recipient_type' => 'character',
]],
],
'subject' => $subject,
])->invoke('post', '/characters/{character_id}/mail/', [
'character_id'=> 93738489,