This commit is contained in:
dsanz 2017-03-24 13:34:07 +01:00
parent 45499808b9
commit f25f56cc2c

View File

@ -62,7 +62,7 @@ namespace FunctionalTests.Services.Ordering
order.AddOrderItem(new OrderItemDTO() order.AddOrderItem(new OrderItemDTO()
{ {
ProductId = 1, ProductId = 1,
Discount = 12M, Discount = 8M,
UnitPrice = 10, UnitPrice = 10,
Units = 1, Units = 1,
ProductName = "Some name" ProductName = "Some name"