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 #1344

Merged
merged 1 commit into from Feb 3, 2022
Merged

API Updates #1344

merged 1 commit into from Feb 3, 2022

Conversation

yejia-stripe
Copy link
Contributor

Codegen for openapi 10fe9f5.
r? @dcr-stripe
cc @stripe/api-libraries

Changelog

  • Add support for new value au_becs_debit on enum CheckoutSessionCreateParams.payment_method_types[]
  • Change type of Refund.reason from string to enum('duplicate'|'expired_uncaptured_charge'|'fraudulent'|'requested_by_customer')

Copy link
Contributor

@dcr-stripe dcr-stripe left a comment

Choose a reason for hiding this comment

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

LGTM - thanks Yejia!

@@ -1619,6 +1615,7 @@ declare module 'stripe' {
| 'acss_debit'
| 'afterpay_clearpay'
| 'alipay'
| 'au_becs_debit'
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's do the other languages as well for this change - looks like we missed it!

@stripe-ci stripe-ci assigned yejia-stripe and unassigned dcr-stripe Feb 3, 2022
@yejia-stripe yejia-stripe merged commit 62e6502 into master Feb 3, 2022
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.

Typescript refund.reason is defined as string instead of explicit values
2 participants