Skip to content

Commit

Permalink
Merge pull request #23 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Change type.
  • Loading branch information
gowizzard authored Mar 27, 2023
2 parents 8d88a0b + 897eaa4 commit bea5d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fulfillments.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type FulfillmentsBodyFulfillment struct {
}

type FulfillmentsBodyTrackingInfo struct {
Number int `json:"number"`
Number string `json:"number"`
Url string `json:"url"`
Company string `json:"company"`
}
Expand Down

0 comments on commit bea5d1b

Please sign in to comment.