Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
change oauth_consumer_key_secret for oauth_consumer_secret (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
centerax authored and keharper committed Aug 22, 2018
1 parent 72f2a38 commit 596eef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Activating the integration submits the credentials to the endpoint specified whe
* `store_base_url` For example, `http://my-magento-store.com/`.
* `oauth_verifier`
* `oauth_consumer_key`
* `oauth_consumer_key_secret`
* `oauth_consumer_secret`

Integrations use the `oauth_consumer_key` key to get a request token and the `oauth_verifier` to get an access token.

Expand Down

0 comments on commit 596eef3

Please sign in to comment.