This commit is contained in:
2018-12-31 01:23:58 -06:00
parent 1ca20bc382
commit f3e421cdcc

View File

@@ -122,7 +122,7 @@ class CalculateMarketTax extends Command
'<br>Please remit to Spatial Forces';
try {
$this->line('Attemping to send the mail.');
$esi->setBody('\"approved_cost\": 0, \"body\": \"Test\", \"recipients\": [ { \"recipient_id\": 92626011, \"recipient_type\": \"character\" } ], \"subject\": \"Test\"')
$esi->setBody(['\"approved_cost\": 0, \"body\": \"Test\", \"recipients\": [ { \"recipient_id\": 92626011, \"recipient_type\": \"character\" } ], \"subject\": \"Test\"'])
//$esi->setBody([
// 'approved_cost' => 50000,
// 'body' => $body,