-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visitor Identification module added. #28
Conversation
@kk-no I have updated the code for the last test fail case, kindly check and approve for test again. |
@Sehbaz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a comment, so please check it as well as fix the test failure.
…failure issue resolved.
@kk-no I have update my code and now that looks far more clean and that should take care of test cases too. I have made PR ready to be review again. Thank you for valuable feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your update.
It's almost perfect, but I'd like to make the format a little more consistent, so I made a comment. If that is fixed, I think I can merge it!
@kk-no I have update my code and I have made PR ready to be review again. Thank you for valuable feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We will release v0.8.0
including this OR in the soon.
Amazing, thanks for an update! |
What to do
Added visitor identification API code to the HubspotChat component.
Referenced HubSpot documentation on visitor identification.
Background
The modification was necessary to include the visitor identification API code, which was missing from the library.
The code has been added based on the information available in the HubSpot documentation.
Acceptance criteria
The added code for visitor identification functions as intended.
The linting and testing processes pass successfully during GitHub Actions.