Skip to content

Commit 39d673e

Browse files
authored
Merge pull request #266 from chrishappy/patch-2
Update OAuth code sample in README.md
2 parents 72fa785 + 9c1ebde commit 39d673e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In order to obtain the auth_token you would consume `Bigcommerce::getAuthToken`
8989

9090
$object = new \stdClass();
9191
$object->client_id = 'xxxxxx';
92-
$object->client_secret = 'xxxxx;
92+
$object->client_secret = 'xxxxx';
9393
$object->redirect_uri = 'https://app.com/redirect';
9494
$object->code = $request->get('code');
9595
$object->context = $request->get('context');

0 commit comments

Comments
 (0)