Skip to content

Commit 9c1ebde

Browse files
authored
Update OAuth code sample
Fix typo: Add the closing single quotation mark
1 parent 72fa785 commit 9c1ebde

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)