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

consumer_id has changed to oauth_consumer_key #2

Open
rain2o opened this issue Feb 22, 2020 · 0 comments · May be fixed by #3
Open

consumer_id has changed to oauth_consumer_key #2

rain2o opened this issue Feb 22, 2020 · 0 comments · May be fixed by #3

Comments

@rain2o
Copy link

rain2o commented Feb 22, 2020

As per internal issue MAGETWO-50878, and Github Issue #3999, this parameter has been changed to "oauth_consumer_key". The commit can be seen here

The file identity-link-url.php needs to have this line changed
$consumerId = $_REQUEST['consumer_id'];
to
$consumerId = $_REQUEST['oauth_consumer_key'];

@rain2o rain2o linked a pull request Feb 22, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant