Skip to content

Commit 05cc8fa

Browse files
Bugfix on returned data
1 parent 2eb5561 commit 05cc8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/Wrike.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function getDefaultScopes()
6868
protected function checkResponse(ResponseInterface $response, $data)
6969
{
7070
if (isset($data['error'])) {
71-
throw new IdentityProviderException($data['errorDescription'], $response->getStatusCode(), $response);
71+
throw new IdentityProviderException($data['error_description'], $response->getStatusCode(), $response);
7272
}
7373
}
7474

0 commit comments

Comments
 (0)