Skip to content

Commit

Permalink
Merge pull request #124 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Update type in custom order search.
  • Loading branch information
gowizzard authored Nov 14, 2024
2 parents 9685d36 + fad9400 commit d31b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type CustomOrderSearchReturn struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Title interface{} `json:"title"`
VatIds []interface{} `json:"vatIds"`
VatIds []string `json:"vatIds"`
Company string `json:"company"`
CustomerNumber string `json:"customerNumber"`
CustomerId string `json:"customerId"`
Expand Down

0 comments on commit d31b8a2

Please sign in to comment.