Skip to content

Commit

Permalink
Update Order.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhonores authored Nov 28, 2016
1 parent 180beb6 commit d5f2bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Src/HoneyBear.HalClient.Unit.Tests/ProxyResources/Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ internal class Order
public Guid OrderRef { get; set; }
public string OrderNumber { get; set; }
public string Status { get; set; }
public DateTime? DeliveryDate { get; set; }
public Money Total { get; set; }
}
}
}

0 comments on commit d5f2bc5

Please sign in to comment.