BTCPay-infrastructure-recovery

This commit is contained in:
sysadmin
2025-09-04 21:28:47 +01:00
parent b4cee007c4
commit be4d797c6c
22 changed files with 1552 additions and 101 deletions

View File

@@ -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,