Skip to content

Commit 2760122

Browse files
authored
use simulationMode
1 parent 2cfa4eb commit 2760122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Request/VocalCampaign/SendVocalCampaignRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function getQueryArray(): array
5959
'voice_gender' => $this->voiceGender,
6060
'voice_language' => $this->voiceLanguage,
6161
'send_at' => $this->sendAt,
62+
'simulation_mode' => $this->simulationMode,
6263
],
6364
];
6465

0 commit comments

Comments
 (0)