Skip to content

Commit eeb200e

Browse files
Add long sms support for KAP Adapter
1 parent 5e8fb04 commit eeb200e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapters/Kap/KapAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ private function buildOptions($devices, $message)
7171
[
7272
'sender' => $this->config['sender'],
7373
'text' => $message->getMessage(),
74+
'type' => 'longSMS',
7475
'recipients' => $recipients
7576
]
7677
]

0 commit comments

Comments
 (0)