Skip to content

Commit

Permalink
Updated key for the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
djamg committed Nov 10, 2023
1 parent 9d533d7 commit c7bcdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/views/api/whatsapp_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@app.route('/api/1/whatsapp/meta_event', methods=['GET'])
def process_whatsapp_webhook_verification():
"""Meta requires to verify the webhook URL by sending a GET request with a token."""
verify_token = app.config['WHATSAPP_WEBHOOK_VERIFY_CODE']
verify_token = app.config['WHATSAPP_WEBHOOK_SECRET']
mode = request.args.get("hub.mode")
token = request.args.get("hub.verify_token")
challenge = request.args.get("hub.challenge")
Expand Down

0 comments on commit c7bcdf3

Please sign in to comment.