From 74556e30c41016a3bf10d821a82ec03eb0fefe8a Mon Sep 17 00:00:00 2001 From: Eric Defore Date: Fri, 21 Feb 2020 16:47:44 -0500 Subject: [PATCH] Support host_address in Config --- src/oauth/ZohoOAuth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] == "") {