Skip to content

Commit

Permalink
adding host address
Browse files Browse the repository at this point in the history
  • Loading branch information
pravesh-a committed Feb 24, 2020
1 parent 8bf4dca commit e6dae11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oauth/ZohoOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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] == "") {
Expand Down

1 comment on commit e6dae11

@mrm
Copy link

@mrm mrm commented on e6dae11 Jun 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add ZohoOAuthConstants::DATABASE_NAME, in order to set the database name.

Please sign in to comment.