From 7a4ecb0bf7e7467a7a829913276c59401f56c707 Mon Sep 17 00:00:00 2001 From: matst80 Date: Thu, 4 Dec 2025 23:02:19 +0100 Subject: [PATCH] fdf --- 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 7713df8..cbd3172 100644 --- a/pkg/checkout/checkout-grain.go +++ b/pkg/checkout/checkout-grain.go @@ -102,7 +102,7 @@ type CheckoutGrain struct { Deliveries []*CheckoutDelivery `json:"deliveries,omitempty"` PaymentInProgress uint16 `json:"paymentInProgress"` AmountInCentsRemaining int64 `json:"amountRemaining"` - AmountInCentsStarted int64 `json:"amountPaid"` + AmountInCentsStarted int64 `json:"amountActive"` InventoryReserved bool `json:"inventoryReserved"` Confirmation *ConfirmationStatus `json:"confirmationViewed,omitempty"` Payments []*Payment `json:"payments,omitempty"`