Skip to content

Commit

Permalink
fix(customers): Fix lagoId type for groups usage (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Jun 12, 2024
1 parent 0b29a3a commit 6458115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ type CustomerChargeUsage struct {
}

type CustomerChargeGroupdUsage struct {
LagoId uuid.UUID `json:"lago_id,omitempty"`
LagoId string `json:"lago_id,omitempty"`
Key string `json:"key,omitempty"`
Value string `json:"value,omitempty"`
AmountCents int `json:"amount_cents,omitempty"`
Expand Down

0 comments on commit 6458115

Please sign in to comment.