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

Fix: invalid argument requires_capture on web #1431

Merged

Conversation

BakerSmithA
Copy link
Contributor

@BakerSmithA BakerSmithA commented Sep 26, 2023

Fixes #1421

Added missing requiresCapture from PaymentIntentsStatus.

In the docs, it pretty easy to miss requires_capture.

Screenshot 2023-09-26 at 06 48 59

Also, other comments that reference the PaymentIntentsStatus mention there being a requiresCapture type, so it looks like this one was just missed?

/// requires_confirmation, requires_action, processing, requires_capture,

Copy link
Member

@remonh87 remonh87 left a comment

Choose a reason for hiding this comment

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

Thanks for your contributions looks good to me!

@remonh87
Copy link
Member

@BakerSmithA can you run dart format . ? the CI is failing on that point

@BakerSmithA
Copy link
Contributor Author

@remonh87 done the formatting, thanks!

@jonasbark jonasbark merged commit fdcfb62 into flutter-stripe:main Oct 16, 2023
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants