smartystreets / smartystreets-go-sdk

The official client libraries for accessing SmartyStreets APIs from Go.
https://smartystreets.com/docs/sdk/go
Apache License 2.0
20 stars 6 forks source link

Autocomplete-pro add Selected to lookup #29

Closed andrewjohnsonsmarty closed 1 year ago

andrewjohnsonsmarty commented 1 year ago

The lookup for us-autocomplete-pro is missing the selected field. This pull request adds the selected field to the lookup struct, the populate method needed, and test to check if the populate method for selected it correct. I have also tested the sdk in a different project with the changes made and it works as expected.