@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | { |
190 | 190 | $this->recipients = $recipients; |
191 | 191 | $this->message = $message; |
192 | - $this->endpoint = $this->config['base_url'] .$this->config['sms_endpoint']; |
|
192 | + $this->endpoint = $this->config['base_url'].$this->config['sms_endpoint']; |
|
193 | 193 | $response = ''; |
194 | 194 | |
195 | 195 | if ($this->batch_type === BatchType::NOT_BATCH) { |
@@ -224,13 +224,13 @@ discard block |
||
224 | 224 | ] |
225 | 225 | ], |
226 | 226 | 'MessageType' => [ |
227 | - (string)$this->message_type |
|
227 | + (string) $this->message_type |
|
228 | 228 | ], |
229 | 229 | 'BatchType' => [ |
230 | - (string)$this->batch_type |
|
230 | + (string) $this->batch_type |
|
231 | 231 | ], |
232 | 232 | 'SourceAddr' => [ |
233 | - (string)$this->config['sender_id'] |
|
233 | + (string) $this->config['sender_id'] |
|
234 | 234 | ], |
235 | 235 | 'MessagePayload' => [ |
236 | 236 | [ |