You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Mobile/eShopOnContainers/eShopOnContainers.Core/Services/Basket/BasketMockService.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ public class BasketMockService : IBasketService
12
12
BuyerId="9245fe4a-d402-451c-b9ed-9c1a04247482",
13
13
Items=newList<BasketItem>
14
14
{
15
-
newBasketItem{Id="1",PictureUrl=Device.OS!=TargetPlatform.Windows?"fake_product_01.png":"Assets/fake_product_01.png",ProductId=Common.Common.MockCatalogItemId01,ProductName=".NET Bot Blue Sweatshirt (M)",Quantity=1,UnitPrice=19.50M},
16
-
newBasketItem{Id="2",PictureUrl=Device.OS!=TargetPlatform.Windows?"fake_product_04.png":"Assets/fake_product_04.png",ProductId=Common.Common.MockCatalogItemId04,ProductName=".NET Black Cupt",Quantity=1,UnitPrice=17.00M}
15
+
newBasketItem{Id="1",PictureUrl=Device.RuntimePlatform!=Device.Windows?"fake_product_01.png":"Assets/fake_product_01.png",ProductId=Common.Common.MockCatalogItemId01,ProductName=".NET Bot Blue Sweatshirt (M)",Quantity=1,UnitPrice=19.50M},
16
+
newBasketItem{Id="2",PictureUrl=Device.RuntimePlatform!=Device.Windows?"fake_product_04.png":"Assets/fake_product_04.png",ProductId=Common.Common.MockCatalogItemId04,ProductName=".NET Black Cupt",Quantity=1,UnitPrice=17.00M}
newCatalogItem{Id=Common.Common.MockCatalogItemId03,PictureUri=Device.OS!=TargetPlatform.Windows?"fake_product_03.png":"Assets/fake_product_03.png",Name=".NET Bot Black Sweatshirt (M)",Price=19.95M,CatalogBrandId=2,CatalogBrand="Visual Studio",CatalogTypeId=2,CatalogType="T-Shirt"},
30
-
newCatalogItem{Id=Common.Common.MockCatalogItemId04,PictureUri=Device.OS!=TargetPlatform.Windows?"fake_product_04.png":"Assets/fake_product_04.png",Name=".NET Black Cupt",Price=17.00M,CatalogBrandId=2,CatalogBrand="Visual Studio",CatalogTypeId=1,CatalogType="Mug"},
31
-
newCatalogItem{Id=Common.Common.MockCatalogItemId05,PictureUri=Device.OS!=TargetPlatform.Windows?"fake_product_05.png":"Assets/fake_product_05.png",Name="Azure Black Sweatshirt (M)",Price=19.50M,CatalogBrandId=1,CatalogBrand="Azure",CatalogTypeId=2,CatalogType="T-Shirt"}
27
+
newCatalogItem{Id=Common.Common.MockCatalogItemId01,PictureUri=Device.RuntimePlatform!=Device.Windows?"fake_product_01.png":"Assets/fake_product_01.png",Name=".NET Bot Blue Sweatshirt (M)",Price=19.50M,CatalogBrandId=2,CatalogBrand="Visual Studio",CatalogTypeId=2,CatalogType="T-Shirt"},
newCatalogItem{Id=Common.Common.MockCatalogItemId03,PictureUri=Device.RuntimePlatform!=Device.Windows?"fake_product_03.png":"Assets/fake_product_03.png",Name=".NET Bot Black Sweatshirt (M)",Price=19.95M,CatalogBrandId=2,CatalogBrand="Visual Studio",CatalogTypeId=2,CatalogType="T-Shirt"},
30
+
newCatalogItem{Id=Common.Common.MockCatalogItemId04,PictureUri=Device.RuntimePlatform!=Device.Windows?"fake_product_04.png":"Assets/fake_product_04.png",Name=".NET Black Cupt",Price=17.00M,CatalogBrandId=2,CatalogBrand="Visual Studio",CatalogTypeId=1,CatalogType="Mug"},
31
+
newCatalogItem{Id=Common.Common.MockCatalogItemId05,PictureUri=Device.RuntimePlatform!=Device.Windows?"fake_product_05.png":"Assets/fake_product_05.png",Name="Azure Black Sweatshirt (M)",Price=19.50M,CatalogBrandId=1,CatalogBrand="Azure",CatalogTypeId=2,CatalogType="T-Shirt"}
newOrderItem{OrderId=Guid.NewGuid(),ProductId=Common.Common.MockCatalogItemId01,Discount=15,ProductName=".NET Bot Blue Sweatshirt (M)",Quantity=1,UnitPrice=16.50M,PictureUrl=Device.OS!=TargetPlatform.Windows?"fake_product_01.png":"Assets/fake_product_01.png"},
57
-
newOrderItem{OrderId=Guid.NewGuid(),ProductId=Common.Common.MockCatalogItemId03,Discount=0,ProductName=".NET Bot Black Sweatshirt (M)",Quantity=2,UnitPrice=19.95M,PictureUrl=Device.OS!=TargetPlatform.Windows?"fake_product_03.png":"Assets/fake_product_03.png"}
56
+
newOrderItem{OrderId=Guid.NewGuid(),ProductId=Common.Common.MockCatalogItemId01,Discount=15,ProductName=".NET Bot Blue Sweatshirt (M)",Quantity=1,UnitPrice=16.50M,PictureUrl=Device.RuntimePlatform!=Device.Windows?"fake_product_01.png":"Assets/fake_product_01.png"},
57
+
newOrderItem{OrderId=Guid.NewGuid(),ProductId=Common.Common.MockCatalogItemId03,Discount=0,ProductName=".NET Bot Black Sweatshirt (M)",Quantity=2,UnitPrice=19.95M,PictureUrl=Device.RuntimePlatform!=Device.Windows?"fake_product_03.png":"Assets/fake_product_03.png"}
0 commit comments