We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fa785 commit 556ec34Copy full SHA for 556ec34
1 file changed
README.md
@@ -89,7 +89,7 @@ In order to obtain the auth_token you would consume `Bigcommerce::getAuthToken`
89
90
$object = new \stdClass();
91
$object->client_id = 'xxxxxx';
92
-$object->client_secret = 'xxxxx;
+$object->client_secret = 'xxxxx';
93
$object->redirect_uri = 'https://app.com/redirect';
94
$object->code = $request->get('code');
95
$object->context = $request->get('context');
0 commit comments