google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

fix: added 'enable_granular_consent' parameter

Open alebedev80 opened this issue 1 year ago • 3 comments

I have found that in SDK missed parameter enable_granular_consent. I've added this parameters to Client's configuration. Please review.

alebedev80 avatar Mar 22 '24 08:03 alebedev80

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 22 '24 08:03 google-cla[bot]

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

Here's one link to documentation regarding the enable_granular_consent parameter

Tuanis avatar May 02 '24 19:05 Tuanis