update stockhandling
This commit is contained in:
@@ -41,7 +41,7 @@ func UpsertSubscriptionDetails(g *CartGrain, m *messages.UpsertSubscriptionDetai
|
||||
if !ok {
|
||||
n := &SubscriptionDetails{
|
||||
Id: *m.Id,
|
||||
Version: 1,
|
||||
Version: 0,
|
||||
}
|
||||
g.SubscriptionDetails[*m.Id] = n
|
||||
existing = n
|
||||
|
||||
Reference in New Issue
Block a user