You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v3.0.5 SDK version may be defined in RestClient as argument or may be detected by calling Config::getVersion().
But Config class is located in src/config.php file which is not allowing to load class by psr-4 defined in composer.json
This is leading to an error: Class "telesign\sdk\Config" not found.