diff --git a/config.php b/config.php index 5f19e43..ba6f84e 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ return array( 'authorizationRequestUrl' => 'https://appcenter.intuit.com/connect/oauth2', 'tokenEndPointUrl' => 'https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer', - 'client_id' => 'Enter the clietID from Developer Portal', + 'client_id' => 'Enter the clientID from Developer Portal', 'client_secret' => 'Enter the clientSecret from Developer Portal', 'oauth_scope' => 'com.intuit.quickbooks.accounting openid profile email phone address', 'oauth_redirect_uri' => 'http://localhost:3000/callback.php',