cleanup
All checks were successful
Build and Publish / Metadata (push) Successful in 9s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m28s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m1s

This commit is contained in:
matst80
2025-10-13 17:39:07 +02:00
parent 2bf0475335
commit 6fbd62936f
13 changed files with 274 additions and 527 deletions

View File

@@ -71,6 +71,6 @@ func AddItem(g *CartGrain, m *messages.AddItem) error {
TaxRate: taxRate,
StoreId: m.StoreId,
})
g.UpdateTotals()
return nil
}