Skip to content

Commit

Permalink
Update platform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
athul-rs committed Mar 4, 2025
1 parent 2a3a66d commit 3640484
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ def page_usage() -> Any:
stripe_subscription_id,
)

stripe_subscription_id = (
stripe_subscription_id if stripe_subscription_id else "trial"
)

# Insert or update data in the subscription_usage table
subscription_usage_query = f"""
INSERT INTO
Expand Down

0 comments on commit 3640484

Please sign in to comment.