mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 08:44:37 +02:00
Merge pull request #286 from Focuslinkstech/Development
fix WhatsApp welcome message not sending
This commit is contained in:
commit
cc6babf04a
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