Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError ClientCredentialsAuthManager::addExpiryTime(): Argument #1 ($oAuthToken) must be of type PaypalServerSdkLib\Models\OAuthToken, array given #33

Open
lehnen opened this issue Jan 29, 2025 · 0 comments

Comments

@lehnen
Copy link

lehnen commented Jan 29, 2025

This happens to me, when my credentials are invalid.

In this case PaypalServerSdkLib\Authentication\ClientCredentialsAuthManager::fetchToken does not return an oAuthToken, but an array. So the next step call $this->addExpiryTime($oAuthToken); will fail.

I think there has to be a type check before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant