Skip to content

Commit c4baa54

Browse files
committed
fix webhook php higher 80200
1 parent 9b5b056 commit c4baa54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/V2/ClientOptions/BaseParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function asHash(): array
7171
$outHash['webhook_ids'] = $this->webhooksIds[0];
7272
} else {
7373
foreach ($this->webhooksIds as $webhookId) {
74-
$outHash['webhook_ids[]'] = $webhookId;
74+
$outHash['webhook_ids'][] = $webhookId;
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)