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

Commit 5283480

Browse files
Merge pull request #897 from TwilioDevEd/update-csharp-sms-status-callback-snippet
[DEVED-4355] Replace SmsSid with MessageSid
2 parents eb37ba0 + 699c7bb commit 5283480

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)