mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 16:54:49 +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]
|
'args' => [$d['phonenumber'], $welcomeMessage]
|
||||||
],
|
],
|
||||||
'whatsapp' => [
|
'whatsapp' => [
|
||||||
'enabled' => isset($_POST['wa']) && $_POST['wa'] == 'wa',
|
'enabled' => isset($_POST['wa']),
|
||||||
'method' => 'sendWhatsapp',
|
'method' => 'sendWhatsapp',
|
||||||
'args' => [$d['phonenumber'], $welcomeMessage]
|
'args' => [$d['phonenumber'], $welcomeMessage]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue