link user
This commit is contained in:
@@ -119,6 +119,7 @@ type AppliedPromotion struct {
|
||||
Type string `json:"type,omitempty"`
|
||||
Label string `json:"label,omitempty"`
|
||||
Discount *Price `json:"discount,omitempty"`
|
||||
ItemIds []uint32 `json:"itemIds,omitempty"`
|
||||
|
||||
Pending bool `json:"pending,omitempty"`
|
||||
Progress map[string]interface{} `json:"progress,omitempty"`
|
||||
@@ -130,8 +131,8 @@ type CartGrain struct {
|
||||
lastVoucherId uint32
|
||||
lastAccess time.Time
|
||||
lastChange time.Time // unix seconds of last successful mutation (replay sets from event ts)
|
||||
userId string
|
||||
Currency string `json:"currency"`
|
||||
UserId string `json:"userId,omitempty"`
|
||||
Currency string `json:"currency"`
|
||||
Language string `json:"language"`
|
||||
Version uint `json:"version"`
|
||||
InventoryReserved bool `json:"inventoryReserved"`
|
||||
|
||||
Reference in New Issue
Block a user