update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 44s
Build and Publish / BuildAndDeployArm64 (push) Successful in 5m3s

This commit is contained in:
matst80
2025-11-20 21:20:35 +01:00
parent 1c8e9cc974
commit 60cd6cfd51
21 changed files with 1432 additions and 203 deletions

View File

@@ -76,6 +76,7 @@ func AddItem(g *CartGrain, m *messages.AddItem) error {
Outlet: m.Outlet,
SellerId: m.SellerId,
SellerName: m.SellerName,
Cgm: m.Cgm,
},
SaleStatus: m.SaleStatus,
ParentId: m.ParentId,