fdf
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Successful in 45s
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
matst80
2025-12-04 23:02:19 +01:00
parent 2be13462c9
commit 7a4ecb0bf7

View File

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