Hello,
If you can, update Nexmo configuration and enable optional sending SMS with unicode characters. If I use special characters I receive question marks ???? ?? ????
https://developer.nexmo.com/messaging/sms/code-snippets/send-an-sms-with-unicode
Followed by official guide, I added one line with “type” argument in class-wcsmspro-provider-nexmo.php
$data = http_build_query(array(
'text' => $this->data['message'],
'to' => $this->data['to'],
'from' => $this->_from,
'type' => 'unicode',
'api_key' => $this->_api_key,
'api_secret' => $this->_api_secret,
));
By the way, great plugin. It would be great if there is “SMS Sender” section as sidebar widget on order details page. ??
Best regards and take care ??
]]>