1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

fix(messaging): use _APP_SMS_FROM for template ID

Fallback to using _APP_SMS_FROM for backwards compatibility.
This commit is contained in:
Steven Nguyen 2024-03-19 16:33:58 -07:00 committed by GitHub
parent d8e949a20d
commit 7582b63eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -410,7 +410,7 @@ class Messaging extends Action
'msg91' => [
'senderId' => $user,
'authKey' => $password,
'templateId' => $smsDSN->getParam('templateId'),
'templateId' => $smsDSN->getParam('templateId', $from),
],
'vonage' => [
'apiKey' => $user,