BTCPay-infrastructure-recovery
This commit is contained in:
@@ -30,6 +30,7 @@ public class ProductService : IProductService
|
||||
Price = p.Price,
|
||||
Weight = p.Weight,
|
||||
WeightUnit = p.WeightUnit,
|
||||
StockQuantity = p.StockQuantity,
|
||||
CategoryId = p.CategoryId,
|
||||
CategoryName = p.Category.Name,
|
||||
CreatedAt = p.CreatedAt,
|
||||
@@ -61,6 +62,7 @@ public class ProductService : IProductService
|
||||
Price = p.Price,
|
||||
Weight = p.Weight,
|
||||
WeightUnit = p.WeightUnit,
|
||||
StockQuantity = p.StockQuantity,
|
||||
CategoryId = p.CategoryId,
|
||||
CategoryName = p.Category.Name,
|
||||
CreatedAt = p.CreatedAt,
|
||||
@@ -309,6 +311,7 @@ public class ProductService : IProductService
|
||||
Price = p.Price,
|
||||
Weight = p.Weight,
|
||||
WeightUnit = p.WeightUnit,
|
||||
StockQuantity = p.StockQuantity,
|
||||
CategoryId = p.CategoryId,
|
||||
CategoryName = p.Category.Name,
|
||||
CreatedAt = p.CreatedAt,
|
||||
|
||||
Reference in New Issue
Block a user