We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72fa785 + 9c1ebde commit 39d673eCopy full SHA for 39d673e
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