Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

error Vonage\Verify2\Request\BaseVerifyRequest::setLocale() #428

Closed NaVicAn13 closed 1 year ago

NaVicAn13 commented 1 year ago

please add a line "return $this;" to the file Vonage\Verify2\Request\BaseVerifyRequest.php. function setLocale() .

otherwise an error occurs: "Vonage\Verify2\Request\BaseVerifyRequest::setLocale(): Return value must be of type Vonage\Verify2\Request\WhatsAppRequest, none returned".

thanks.

SecondeJK commented 1 year ago

Good spot, will go out in patch today

SecondeJK commented 1 year ago

Fixed by #429