Skip to content

Commit c2caee5

Browse files
authored
Fix issue with incorrect data sent
Guessing this has to do with Guzzle.
1 parent f39a22b commit c2caee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FortySixElksSMS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function send()
3636
'flashsms' => $this->flash,
3737
'dryrun' => $this->dry,
3838
'whendelivered' => $this->whendelivered,
39-
'dontlog' => $this->log,
39+
'dontlog' => $this->log ? $this->log : '',
4040
],
4141

4242
]);

0 commit comments

Comments
 (0)