diff --git a/app/Console/Commands/calculatemarkettax.php b/app/Console/Commands/calculatemarkettax.php index 9e8f0c330..3bd2fd157 100644 --- a/app/Console/Commands/calculatemarkettax.php +++ b/app/Console/Commands/calculatemarkettax.php @@ -122,7 +122,7 @@ class CalculateMarketTax extends Command '
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,