IMP benefit
This commit is contained in:
parent
3aefdab588
commit
5ccaab9e4e
|
|
@ -30,7 +30,7 @@ class ResUsersInherit(models.Model):
|
|||
|
||||
# SMS payload
|
||||
payload = {
|
||||
"recipients": [self.phone],
|
||||
"recipients": [phone],
|
||||
"body": body,
|
||||
"sender": company.sms_sender_name,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue