-
Notifications
You must be signed in to change notification settings - Fork 53
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
v1.34.0 breaks the Google Ads API PHP users #514
Comments
I'm looking into this - we took precautions to not break anyone in the latest |
I was able to identify that the issue actually happens in Here are the changes as a result of this tag: v1.25.0...v1.26.0. I am looking into it now. |
Okay I figured it out - it has to do with this change, where we only call This was done because, since The fix is to remove the conditional here and call |
Thanks so much! |
Copied from googleads/google-ads-php#981.
Environment details
Steps to reproduce
After upgrading
google/auth
to v1.34.0, it seems to break the Google Ads API users because thedeveloper-token
header isn't sent anymore.This header is sent as part of the middleware in this trait.
The text was updated successfully, but these errors were encountered: