mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-10 17:46:30 +00:00
refactor(billing): enhance SMS message formatting for expired topups with improved date handling ✨
This commit is contained in:
@ -5,7 +5,8 @@ from api.notifications import send_sms
|
||||
import os
|
||||
import logging
|
||||
from django.utils import timezone
|
||||
from api.notifications import send_clean_telegram_markdown
|
||||
|
||||
# from api.notifications import send_clean_telegram_markdown
|
||||
from api.omada import Omada
|
||||
from apibase.env import env, BASE_DIR
|
||||
from procrastinate.contrib.django import app
|
||||
|
Reference in New Issue
Block a user