diff --git a/src/oauth/ZohoOAuth.php b/src/oauth/ZohoOAuth.php index 64652fc7..70005723 100644 --- a/src/oauth/ZohoOAuth.php +++ b/src/oauth/ZohoOAuth.php @@ -54,7 +54,8 @@ private static function setConfigValues($configuration) ZohoOAuthConstants::DATABASE_PORT, ZohoOAuthConstants::DATABASE_PASSWORD, ZohoOAuthConstants::DATABASE_USERNAME, - ZohoOAuthConstants::PERSISTENCE_HANDLER_CLASS_NAME + ZohoOAuthConstants::PERSISTENCE_HANDLER_CLASS_NAME, + ZohoOauthConstants::HOST_ADDRESS, ); if (! array_key_exists(ZohoOAuthConstants::ACCESS_TYPE, $configuration) || $configuration[ZohoOAuthConstants::ACCESS_TYPE] == "") {