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 strict parsing for RequestOptions #901

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

ob-stripe
Copy link
Contributor

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

Add strict parsing option to RequestOptions::parse(). When enabled, strict parsing will throw an InvalidArgumentException when:

  • a string is passed (to deprecate passing per-request API keys as strings, and instead force the use of arrays like ['api_key' => 'sk_...'])
  • an array with unexpected keys is passed

Strict parsing is disabled by default, but is enabled when used from StripeClient. This makes this change fully backwards compatible for existing request methods on models, but forces strict parsing when using request methods on services.

Copy link
Contributor

@remi-stripe remi-stripe left a comment

Choose a reason for hiding this comment

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

one minor comment, up to you

@stripe-ci stripe-ci assigned ob-stripe and unassigned remi-stripe Mar 24, 2020
@ob-stripe ob-stripe merged commit 69185d0 into integration-services Mar 24, 2020
@ob-stripe ob-stripe deleted the ob-request-options-strict branch March 24, 2020 21:03
ob-stripe added a commit that referenced this pull request Mar 24, 2020
ob-stripe added a commit that referenced this pull request Apr 3, 2020
ob-stripe added a commit that referenced this pull request May 1, 2020
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.

3 participants