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

API Updates #1314

Merged
merged 1 commit into from
Dec 22, 2021
Merged

API Updates #1314

merged 1 commit into from
Dec 22, 2021

Conversation

dcr-stripe
Copy link
Contributor

@dcr-stripe dcr-stripe commented Dec 22, 2021

Codegen for openapi 067bdc5.
r? @yejia-stripe
cc @stripe/api-libraries

Changelog

  • Add support for au_becs_debit on PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_options, PaymentIntentConfirmParams.payment_method_options, and PaymentIntent.payment_method_options
  • Change type of PaymentIntent.processing.type from string to literal('card'). This is not considered a breaking change as the field was added in the same release.

@@ -787,7 +791,7 @@ declare module 'stripe' {
/**
* Type of the payment method for which payment is in `processing` state, one of `card`.
*/
type: string;
type: 'card';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change conversion from string to enum is fine since we haven't actually released #1312 yet.

@stripe-ci stripe-ci assigned dcr-stripe and unassigned yejia-stripe Dec 22, 2021
@dcr-stripe dcr-stripe merged commit d9c7b6b into master Dec 22, 2021
@dcr-stripe dcr-stripe deleted the latest-codegen branch December 22, 2021 16:36
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