Skip to content

Commit

Permalink
Remove stray tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
whobubble committed Feb 8, 2024
1 parent 1a52bff commit 480ca4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customers.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type Customer struct {
Zip string `json:"zip,omitempty"`
LeadCreatedAt string `json:"lead_created_at,omitempty"`
FreeTrialStartedAt string `json:"free_trial_started_at,omitempty"`
WebsiteUrl string `json:"website_url,omitempty"`
WebsiteUrl string `json:"website_url,omitempty"`

Errors Errors `json:"errors,omitempty"`
}
Expand All @@ -53,7 +53,7 @@ type UpdateCustomer struct {
LeadCreatedAt *string `json:"lead_created_at,omitempty"`
FreeTrialStartedAt *string `json:"free_trial_started_at,omitempty"`
Attributes *Attributes `json:"attributes,omitempty"`
WebsiteUrl *string `json:"website_url,omitempty"`
WebsiteUrl *string `json:"website_url,omitempty"`
}

// NewCustomer allows creating customer on a new endpoint.
Expand Down

0 comments on commit 480ca4e

Please sign in to comment.