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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow client_id configuration on instance config #952

Conversation

joeltaylor
Copy link
Contributor

While (re)working a PR to support StripeClient instances, I realized that it'd likely be desirable to set the client_id on the instance. Otherwise, users would always have to set the client_id on Stripe despite other configurations being provided when initializing a StripeClient.

Turns out, it's already set up and tested, but the attr_accessor on Stripe was still lingering;

Mostly breaking this out so the the StripeClient PR isn't as noisy 馃槃

It's necessary to allow `client_id` to be configured in order to move
towards supporting `StripeClient` instances.
@brandur-stripe
Copy link
Contributor

Thanks Joel! This one looks good to me.

@brandur-stripe brandur-stripe merged commit 06bcc86 into stripe:master Jan 5, 2021
@brandur-stripe
Copy link
Contributor

Released as 5.29.0.

@joeltaylor joeltaylor deleted the remove-client-id-from-instance-config branch January 5, 2021 22:25
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.

None yet

2 participants