fdf
This commit is contained in:
@@ -102,7 +102,7 @@ type CheckoutGrain struct {
|
|||||||
Deliveries []*CheckoutDelivery `json:"deliveries,omitempty"`
|
Deliveries []*CheckoutDelivery `json:"deliveries,omitempty"`
|
||||||
PaymentInProgress uint16 `json:"paymentInProgress"`
|
PaymentInProgress uint16 `json:"paymentInProgress"`
|
||||||
AmountInCentsRemaining int64 `json:"amountRemaining"`
|
AmountInCentsRemaining int64 `json:"amountRemaining"`
|
||||||
AmountInCentsStarted int64 `json:"amountPaid"`
|
AmountInCentsStarted int64 `json:"amountActive"`
|
||||||
InventoryReserved bool `json:"inventoryReserved"`
|
InventoryReserved bool `json:"inventoryReserved"`
|
||||||
Confirmation *ConfirmationStatus `json:"confirmationViewed,omitempty"`
|
Confirmation *ConfirmationStatus `json:"confirmationViewed,omitempty"`
|
||||||
Payments []*Payment `json:"payments,omitempty"`
|
Payments []*Payment `json:"payments,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user