chore: use user for senderId

This commit is contained in:
Chirag Aggarwal
2025-05-14 10:03:07 +00:00
parent 400ea0693b
commit de3c351cde
+1 -1
View File
@@ -786,7 +786,7 @@ class Messaging extends Action
'useDLT' => $dsn->getParam('useDLT'),
],
'inforu' => [
'senderId' => $dsn->getParam('senderId', $from),
'senderId' => $user,
'apiKey' => $password,
],
default => null