We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9579f commit 5e8fb04Copy full SHA for 5e8fb04
src/Adapters/Kap/KapAdapter.php
@@ -62,9 +62,6 @@ private function buildOptions($devices, $message)
62
return [
63
'debug' => false,
64
'timeout' => 10,
65
- 'headers' => [
66
- 'Content-Encoding' => 'UTF-8'
67
- ],
68
'json' => [
69
'authentication' => [
70
'username' => $this->config['username'],
@@ -74,7 +71,6 @@ private function buildOptions($devices, $message)
74
71
[
75
72
'sender' => $this->config['sender'],
76
73
'text' => $message->getMessage(),
77
- 'datacoding' => 8,
78
'recipients' => $recipients
79
]
80
0 commit comments