Skip to content

phephpleague/oauth2-client 2.8 #33

Description

@kaioken

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions