Fix msg91 params

This commit is contained in:
Jake Barnby
2024-03-13 15:42:16 +01:00
parent 536c67f54d
commit 2d03fc1ce0
16 changed files with 38 additions and 40 deletions
+2 -1
View File
@@ -409,7 +409,8 @@ class Messaging extends Action
],
'msg91' => [
'senderId' => $user,
'authKey' => $password
'authKey' => $password,
'templateId' => $smsDSN->getParam('templateId'),
],
'vonage' => [
'apiKey' => $user,