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
@@ -13,8 +13,8 @@ public class BasketMockService : IBasketService
13
13
BuyerId="9245fe4a-d402-451c-b9ed-9c1a04247482",
14
14
Items=newList<BasketItem>
15
15
{
16
-
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},
17
-
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}
16
+
newBasketItem{Id="1",PictureUrl=Device.RuntimePlatform!=Device.UWP?"fake_product_01.png":"Assets/fake_product_01.png",ProductId=Common.Common.MockCatalogItemId01,ProductName=".NET Bot Blue Sweatshirt (M)",Quantity=1,UnitPrice=19.50M},
17
+
newBasketItem{Id="2",PictureUrl=Device.RuntimePlatform!=Device.UWP?"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.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"}
27
+
newCatalogItem{Id=Common.Common.MockCatalogItemId01,PictureUri=Device.RuntimePlatform!=Device.UWP?"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.UWP?"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.UWP?"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.UWP?"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.RuntimePlatform!=Device.Windows?"fake_product_01.png":"Assets/fake_product_01.png"},
59
-
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"}
58
+
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.UWP?"fake_product_01.png":"Assets/fake_product_01.png"},
59
+
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.UWP?"fake_product_03.png":"Assets/fake_product_03.png"}
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments