Skip to content

Commit

Permalink
Merge pull request #83 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Add new field in economic operator.
  • Loading branch information
gowizzard authored Dec 9, 2024
2 parents 5902d3b + 94f715c commit fa43925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ type ProductsReturnEconomicOperator struct {
StateOrProvince string `xml:"StateOrProvince"`
Country string `xml:"Country"`
Email string `xml:"Email"`
ContactUrl string `xml:"ContactUrl"`
Phone string `xml:"Phone"`
}

Expand Down

0 comments on commit fa43925

Please sign in to comment.