Browse Source

Fix test

pull/142/head
dsanz 7 years ago
parent
commit
f25f56cc2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Services/FunctionalTests/Services/Ordering/OrderingScenarios.cs

+ 1
- 1
test/Services/FunctionalTests/Services/Ordering/OrderingScenarios.cs View File

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


Loading…
Cancel
Save