missing updates #5

Merged
mats merged 77 commits from refactor/http-proxy into main 2025-10-14 23:12:06 +02:00
Showing only changes of commit f0b6a733f1 - Show all commits

View File

@@ -50,7 +50,7 @@ func AddItem(g *CartGrain, m *messages.AddItem) error {
ItemId: uint32(m.ItemId),
Quantity: int(m.Quantity),
Sku: m.Sku,
Meta: ItemMeta{
Meta: &ItemMeta{
Name: m.Name,
Image: m.Image,
Brand: m.Brand,