Skip to content

Commit

Permalink
Further fix subcribe webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Jul 26, 2024
1 parent d286a30 commit ad89154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sigmund/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""AI-based chatbot that provides sensible answers based on documentation"""

__version__ = '0.24.2'
__version__ = '0.24.3'
2 changes: 1 addition & 1 deletion sigmund/routes/subscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def webhook():
# Attempt to get the user-specific database instance based on the
# stripe customer id
database = DatabaseManager.from_stripe_customer_id(
stripe_customer_id)
None, stripe_customer_id)
# For new subscriptions, this fails because the link between the
# stripe customer id and the sigmund user id still needs to be
# established in checkout.session.completed, which is fired later.
Expand Down

0 comments on commit ad89154

Please sign in to comment.