update products

This commit is contained in:
efrilm
2025-10-09 20:03:20 +07:00
parent 54dc8662d6
commit 3e0d75a4d0
6 changed files with 31 additions and 10 deletions
@@ -157,6 +157,7 @@ func ProductAnalyticsModelToContract(resp *models.ProductAnalyticsResponse) *con
data = append(data, contract.ProductAnalyticsData{
ProductID: item.ProductID,
ProductName: item.ProductName,
ProductSku: item.ProductSku,
CategoryID: item.CategoryID,
CategoryName: item.CategoryName,
CategoryOrder: item.CategoryOrder,