Update routes/subscription.py
Browse files- routes/subscription.py +1 -1
routes/subscription.py
CHANGED
@@ -450,7 +450,7 @@ async def stripe_webhook(request: Request):
|
|
450 |
message_data = {
|
451 |
"chat_id": chat_id,
|
452 |
"sender_id": user_id,
|
453 |
-
"content": f"{formatted_name}
|
454 |
"type": "warning"
|
455 |
}
|
456 |
|
|
|
450 |
message_data = {
|
451 |
"chat_id": chat_id,
|
452 |
"sender_id": user_id,
|
453 |
+
"content": f"{formatted_name} subscribed for 1 month",
|
454 |
"type": "warning"
|
455 |
}
|
456 |
|