mini mini updates

This commit is contained in:
2020-09-29 14:15:22 +02:00
parent bf0c05f191
commit d40ce96a3f
4 changed files with 41 additions and 4 deletions
+2 -2
View File
@@ -210,9 +210,9 @@ namespace zero.Debug.Controllers
Name = "Österreichische Post",
ShippingOptionId = "shippingOptions.1-A",
Price = 7.99m,
Lines = new Dictionary<string, string>()
Lines = new List<OrderShippingLine>()
{
{ "Postfach", "7-A" }
new OrderShippingLine() { Key = "Postfach", Value = "7-A" }
},
Address = shippingAddress,
Deliveries = new List<IOrderDelivery>()