Skip to content
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

Fix hook endpoint and verify token issues. #31

Merged
merged 3 commits into from
May 13, 2024

Commits on May 12, 2024

  1. Fix Whatsapp message hook enpoint

    fixed a reference error in endpoint hook.
    ``` self.instance.xxxx ``` references.
    
    Improve error handling and logging
    alejamp committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2b3af18 View commit details
    Browse the repository at this point in the history
  2. fix verify_token in verify endpoint

    The method incorrectly compared the verification token with the WhatsApp token.
    To solve this, a new parameter was added to the WhatsApp constructor called verify_token.
    The endpoint was modified to compare with that token.
    alejamp committed May 12, 2024
    Configuration menu
    Copy the full SHA
    3adc731 View commit details
    Browse the repository at this point in the history
  3. add missing requirements

    Add requests and python-dotenv missing package requirements
    alejamp committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b85004b View commit details
    Browse the repository at this point in the history