change alot of id values
This commit is contained in:
@@ -47,7 +47,7 @@ func AddItem(g *CartGrain, m *messages.AddItem) error {
|
||||
|
||||
g.Items = append(g.Items, &CartItem{
|
||||
Id: g.lastItemId,
|
||||
ItemId: int(m.ItemId),
|
||||
ItemId: uint32(m.ItemId),
|
||||
Quantity: int(m.Quantity),
|
||||
Sku: m.Sku,
|
||||
Meta: ItemMeta{
|
||||
|
||||
Reference in New Issue
Block a user