update qty
This commit is contained in:
@@ -16,7 +16,7 @@ func TestConnection(t *testing.T) {
|
||||
Id: id,
|
||||
storageMessages: []Message{},
|
||||
Items: []*CartItem{},
|
||||
Deliveries: make([]CartDelivery, 0),
|
||||
Deliveries: make([]*CartDelivery, 0),
|
||||
TotalPrice: 0,
|
||||
}, nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user