update stockhandling
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Successful in 49s
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
matst80
2025-11-19 08:25:32 +01:00
parent 13dcb1ec45
commit 3e78dd8b00
2 changed files with 9 additions and 11 deletions

View File

@@ -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