mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Temporary workaround for iwinv SMS error "Missing boundary in multipart/form-data POST data"
This commit is contained in:
parent
39819c858e
commit
7d90fbb77f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class iwinv extends Base implements \Rhymix\Framework\Drivers\SMSInterface
|
|||
{
|
||||
// Authentication
|
||||
$headers = array(
|
||||
'Content-Type' => 'multipart/form-data',
|
||||
//'Content-Type' => 'multipart/form-data',
|
||||
'secret' => base64_encode($this->_config['api_key'] . '&' . $this->_config['api_secret']),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue