Skip to content

Commit

Permalink
use the correct method to set the api secret in the oauth api keys ex…
Browse files Browse the repository at this point in the history
…ample (#92)
  • Loading branch information
uozalp authored Apr 29, 2024
1 parent d415d73 commit e017965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/programmatic_oauth_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
->setClientSecret('clientSecret') // <-
->setTokenStorage($tokenStorage)
->setApiKey('apiKey') // <- the api credentials found in your
->setApiKey('apiSecret') // <- penneo users settings
->setApiSecret('apiSecret') // <- penneo users settings
->build();

ApiConnector::initializeOAuth($penneoOAuth);
Expand Down

0 comments on commit e017965

Please sign in to comment.