fix: https instead of http

This commit is contained in:
Maël Gangloff
2024-10-02 12:01:07 +02:00
parent 81512bebb4
commit e6bf43693d
2 changed files with 37 additions and 5 deletions

View File

@@ -86,9 +86,6 @@ class GandiProvider extends AbstractProvider
}
}
/**
* @throws TransportExceptionInterface
*/
public function verifyAuthData(array $authData): array
{
$token = $authData['token'];
@@ -123,6 +120,9 @@ class GandiProvider extends AbstractProvider
return $authDataReturned;
}
/**
* @throws TransportExceptionInterface
*/
public function assertAuthentication(): void
{
$response = $this->client->request('GET', '/v5/organization/user-info', (new HttpOptions())