Skip to content

Commit 81f68a0

Browse files
authored
Merge pull request #15 from piolet/patch-2
use simulationMode
2 parents 2b49680 + a5aacfe commit 81f68a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Request/SmsCampaign/SendSmsCampaignRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function getQueryArray(): array
5555
'sender' => $this->sender,
5656
'with_replies' => $this->withReplies,
5757
'send_at' => $this->sendAt,
58+
'simulation_mode' => $this->simulationMode
5859
],
5960
];
6061

0 commit comments

Comments
 (0)