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
There is a problem that started today at 14:00 UTC.
Uncaught Exception TypeError: "Cannot assign null to property Seven\Api\Response\Lookup\LookupFormat::$carrier of type string" at /vendor/seven.io/api/src/Response/Lookup/LookupFormat.php line 17
{
"class": "TypeError",
"message": "Cannot assign null to property Seven\\Api\\Response\\Lookup\\LookupFormat::$carrier of type string",
"code": 0,
"file": "/www/htdocs/w00d4062/login.faceshop.de/vendor/seven.io/api/src/Response/Lookup/LookupFormat.php:17",
"trace": [
"/vendor/seven.io/api/src/Resource/LookupResource.php:22",
"/src/Services/SMSService.php:65",
"/html/api/appointments/notification_sms.php:24"
]
}
Calling this method:
public static function lookupFormat(string $phoneNumber): LookupFormat
{
$client = new Client(SEVEN_API_KEY);
return $client->lookup->format($phoneNumber);
}
The text was updated successfully, but these errors were encountered:
There is a problem that started today at 14:00 UTC.
Uncaught Exception TypeError: "Cannot assign null to property Seven\Api\Response\Lookup\LookupFormat::$carrier of type string" at /vendor/seven.io/api/src/Response/Lookup/LookupFormat.php line 17
Calling this method:
The text was updated successfully, but these errors were encountered: