Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 699c7bb

Browse files
Replace SmsSid with MessageSid
1 parent eb37ba0 commit 699c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/messages/sms-handle-callback/sms-handle-callback.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class MessageStatusController : Controller
1010
public ActionResult Index()
1111
{
1212
// Log the message id and status
13-
var smsSid = Request.Form["SmsSid"];
13+
var smsSid = Request.Form["MessageSid"];
1414
var messageStatus = Request.Form["MessageStatus"];
1515
var logMessage = $"\"{smsSid}\", \"{messageStatus}\"";
1616

0 commit comments

Comments
 (0)