IMP benefit

This commit is contained in:
younes 2025-08-27 14:09:30 +01:00
parent 3aefdab588
commit 5ccaab9e4e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ResUsersInherit(models.Model):
# SMS payload
payload = {
"recipients": [self.phone],
"recipients": [phone],
"body": body,
"sender": company.sms_sender_name,
}