Skip to content

Commit

Permalink
added to LineItem brand field
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Mosseri committed Apr 7, 2015
1 parent 9e740fc commit fc9781f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Riskified.SDK/Model/OrderElements/LineItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ public void Validate(Validations validationType = Validations.Weak)
/// </summary>
[JsonProperty(PropertyName = "event_date")]
public DateTime? EventDate { get; set; }

/// <summary>
/// The brand name of the product.
/// </summary>
[JsonProperty(PropertyName = "brand")]
public string Brand { get; set; }
}

}
4 changes: 2 additions & 2 deletions Riskified.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.3.5")]
[assembly: AssemblyFileVersion("2.0.3.5")]
[assembly: AssemblyVersion("2.0.3.6")]
[assembly: AssemblyFileVersion("2.0.3.6")]

0 comments on commit fc9781f

Please sign in to comment.