-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hook endpoint and verify token issues. (#31)
* Fix Whatsapp message hook enpoint fixed a reference error in endpoint hook. ``` self.instance.xxxx ``` references. Improve error handling and logging * 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. * add missing requirements Add requests and python-dotenv missing package requirements
- Loading branch information
Showing
2 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters