We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5b056 commit c4baa54Copy full SHA for c4baa54
1 file changed
src/V2/ClientOptions/BaseParameters.php
@@ -71,7 +71,7 @@ public function asHash(): array
71
$outHash['webhook_ids'] = $this->webhooksIds[0];
72
} else {
73
foreach ($this->webhooksIds as $webhookId) {
74
- $outHash['webhook_ids[]'] = $webhookId;
+ $outHash['webhook_ids'][] = $webhookId;
75
}
76
77
0 commit comments