mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 00:04:44 +02:00
fix WhatsApp welcome message not sending
This commit is contained in:
parent
e1008ae61f
commit
9e7698f83d
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ switch ($action) {
|
|||
'args' => [$d['phonenumber'], $welcomeMessage]
|
||||
],
|
||||
'whatsapp' => [
|
||||
'enabled' => isset($_POST['wa']) && $_POST['wa'] == 'wa',
|
||||
'enabled' => isset($_POST['wa']),
|
||||
'method' => 'sendWhatsapp',
|
||||
'args' => [$d['phonenumber'], $welcomeMessage]
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue