Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface AddressSnake is missing account_address_id #92

Open
osseonews opened this issue Feb 16, 2023 · 2 comments
Open

Interface AddressSnake is missing account_address_id #92

osseonews opened this issue Feb 16, 2023 · 2 comments

Comments

@osseonews
Copy link

In your types in SwellJs you have Interface AddressSnake, and this is called for the shipping object in AccountSnake. However, shipping object on the account is allowed to have a field called account_address_id, but if you attempt to do that, you get an TS error. You should add: account_address_id?:string to the AddressSnake. Thanks.

@greph
Copy link
Contributor

greph commented Feb 16, 2023

Thanks @osseonews for the heads-up. We've merged the change, which should be reflected in the next release.

@greph
Copy link
Contributor

greph commented Feb 16, 2023

The update has been released with v3.19.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants