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

Add support for Capabilities on Account create and update #1138

Merged
merged 2 commits into from
Jul 21, 2020

Conversation

remi-stripe
Copy link
Contributor

r? @cjavilla-stripe
cc @stripe/api-libraries

account.go Outdated
AccountToken *string `form:"account_token"`
BusinessProfile *AccountBusinessProfileParams `form:"business_profile"`
BusinessType *string `form:"business_type"`
Capabilities AccountCapabilitiesParams `form:"capabilities"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be a pointer? *AccountCapabilitiesParams

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it totally should, nice catch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed and tested locally

@remi-stripe remi-stripe force-pushed the remi-account-capabilities branch from 59b6379 to ccd0e01 Compare July 21, 2020 00:40
@remi-stripe remi-stripe merged commit e5a08ca into master Jul 21, 2020
@remi-stripe remi-stripe deleted the remi-account-capabilities branch July 21, 2020 01:04
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

Successfully merging this pull request may close these issues.

2 participants