Skip to content

Commit

Permalink
Plugin: Zoom: Fix param name - refs BT#19534
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 25, 2022
1 parent 6091021 commit 7ddf395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/zoom/lib/API/WebinarSchema.php
Expand Up @@ -102,7 +102,7 @@ public function delete()
/**
* @throws Exception
*/
public function addRegistrant(RegistrantSchema $registrant, string $ocurrenceIds = ''): CreatedRegistration
public function addRegistrant(RegistrantSchema $registrant, string $occurrenceIds = ''): CreatedRegistration
{
return CreatedRegistration::fromJson(
Client::getInstance()->send(
Expand Down

0 comments on commit 7ddf395

Please sign in to comment.