From 78bc05025d650e02adf181bc212af00c01f83d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20T=C3=B6rnberg?= Date: Wed, 3 Dec 2025 20:12:41 +0100 Subject: [PATCH] update json --- pkg/checkout/checkout-grain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/checkout/checkout-grain.go b/pkg/checkout/checkout-grain.go index 2e1f40d..0b61ef6 100644 --- a/pkg/checkout/checkout-grain.go +++ b/pkg/checkout/checkout-grain.go @@ -85,7 +85,7 @@ type CheckoutGrain struct { lastGiftcardId uint32 lastAccess time.Time lastChange time.Time - Version uint32 + Version uint32 `json:"version"` Id CheckoutId `json:"id"` CartId cart.CartId `json:"cartId"` CartVersion uint64 `json:"cartVersion"`