WIP: (feat) Specify From minds.com on sms messages
Added "from minds.com:..." to message body.
0/1 thread resolved
- Developer
It's the message ok? @markeharding
55 55 try { 56 56 $result = $this->client->messages->create( 57 57 $number, [ 58 'from' => $this->config['from'], 59 'body' => $message, 58 'from' => 'Minds', 59 'body' => 'From Minds.com: Your code is '. $message, - Owner
'Your code is ' should be moved to the higher level.
- Owner
Looks like we have some failing tests too