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

Adds 'partner_id' property to set_app_info hash #437

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

zachwick
Copy link

This adds support for an optional partner_id attribute in the SetAppInfo hash.

@ob-stripe ob-stripe merged commit 37fcf51 into master Jun 28, 2018
@ob-stripe ob-stripe deleted the zwick_set_app_info_partner_updates branch June 28, 2018 12:19
@ob-stripe
Copy link
Contributor

Released in 1.83.0.

@ob-stripe
Copy link
Contributor

I'm just realizing that if someone uses set_app_info with positional args instead of keyword args, then this is a breaking change :/

@brandur-stripe wdyt? Should we reorder the params?

@zachwick
Copy link
Author

@ob-stripe @brandur-stripe There was some discussion that the arguments should be in alphabetical order, but I'm open to instead adding partner_id as the final argument instead.

@brandur-stripe
Copy link
Contributor

@brandur-stripe wdyt? Should we reorder the params?

Ah, good point. I'd probably just leave it as this point ... realistically the use of this feature in Python is probably still pretty minimal, and the use that we recommend in the README uses named parameters.

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

Successfully merging this pull request may close these issues.

None yet

5 participants