From d8bd2d0dfc2a6419104b95ac008c6b8077016bac Mon Sep 17 00:00:00 2001 From: Benjamin Laprise <35468343+BenjaminLaprise@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:13:45 -0400 Subject: [PATCH] Fix typo in config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',