test bilder upload
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Webshop.Application.Services.Public
|
||||
{
|
||||
Id = product.Id,
|
||||
Name = product.Name,
|
||||
Description = useShortDescription ? product.ShortDescription : product.Description,
|
||||
Description = product.Description,
|
||||
Price = product.Price,
|
||||
OldPrice = product.OldPrice,
|
||||
SKU = product.SKU,
|
||||
|
||||
Reference in New Issue
Block a user