update product analytic

This commit is contained in:
efrilm
2025-10-07 00:02:15 +07:00
parent f55ea1ceb0
commit 27a2535dde
6 changed files with 7 additions and 1 deletions
@@ -189,6 +189,7 @@ func (p *AnalyticsProcessorImpl) GetProductAnalytics(ctx context.Context, req *m
ProductName: data.ProductName,
CategoryID: data.CategoryID,
CategoryName: data.CategoryName,
CategoryOrder: data.CategoryOrder,
QuantitySold: data.QuantitySold,
Revenue: data.Revenue,
AveragePrice: data.AveragePrice,