fingerprint-pro-server-api-php-sdk
fingerprint-pro-server-api-php-sdk copied to clipboard
PHP SDK for Fingerprint Pro Server API
The [VpnResultMethods](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/blob/main/src/Model/VpnResultMethods.php) class does not include / handle `osMismatch` data which, however, exists in API response. This way, the information is lost and is not accessible as the class stores...
Hi, After upgrading to `v5` I get this error: ```php Fingerprint\ServerAPI\Model\SeenAt::getGlobal(): Return value must be of type DateTime, null returned ``` `seen_at` - can be nullable, but `Model` doesn't accepts...