Skip to content

Commit

Permalink
Added JsonProperty to BounceDescription
Browse files Browse the repository at this point in the history
BounceDescription was empty because json property name is
bounce_description
  • Loading branch information
aletoz committed Feb 13, 2014
1 parent cfa08cd commit 4b207f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mandrill/Models/WebHookEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public class WebHookMessage
/// <summary>
/// Gets or sets the bounce description.
/// </summary>
[JsonProperty("bounce_description")]
public string BounceDescription { get; set; }

/// <summary>
Expand Down

0 comments on commit 4b207f2

Please sign in to comment.