From dffdf5ea66b16c7fbebe0a2b18d72ea0bc0318f1 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Sat, 22 Feb 2025 20:39:02 +0330 Subject: [PATCH] my sms pannel added --- backend/account/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/account/views.py b/backend/account/views.py index 41d0ec3..a4daf65 100644 --- a/backend/account/views.py +++ b/backend/account/views.py @@ -53,8 +53,7 @@ class SendOTPView(APIView): ghasedak_sms.SendSingleSmsInput( message=message, receptor=phone, - line_number='30005088', - send_date='', + line_number='30005006004096', client_reference_id=str(user.pk) ) )