-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hey guys, I believe the new version of auth2-client 2.8 is causing some issues. My test stated failing after the update. I haven’t checked how to fix it yet, but I wanted to let you know.
Unauthorized
at vendor/webleit/zohocrmapi/src/Exception/ApiError.php:107
103▕ throw new MandatoryDataNotFound($response, $details);
104▕ case self::INVALID_URL_PATTERN:
105▕ throw new InvalidUrlPattern($response, $details);
106▕ case self::OAUTH_SCOPE_MISMATCH:
➜ 107▕ throw new OAuthScopeMismatch($response, $details);
108▕ case self::NO_PERMISSION:
109▕ throw new Unauthorized($response, $details);
110▕ case self::INTERNAL_ERROR:
111▕ throw new ApiError($response, $details);
Metadata
Metadata
Assignees
Labels
No labels