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
908 stars 181 forks source link

Subaccount/ClientFactory returns Verify2/Client instead of Subaccount/Client #471

Closed shuvalovas closed 5 months ago

shuvalovas commented 5 months ago

Hello!

Here is the wrong use:

use Vonage\Verify2\Client;

It's a mistake I believe. I can create a PR.

dragonmantank commented 5 months ago

This is corrected in v4.6.4 which should show up in Packagist soon.

Thanks!