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 allow_redisplay parameter to ConfirmationTokenCreateParams and ConfirmPaymentData #584

Merged
merged 3 commits into from
Mar 29, 2024

Conversation

jima-stripe
Copy link
Contributor

@jima-stripe jima-stripe commented Mar 27, 2024

Summary & motivation

Updates the types to include a beta param.

Testing & documentation

Test passed and build succeeded.

@jima-stripe
Copy link
Contributor Author

r?

*
* Specifies if the PaymentMethod should be redisplayed when using the Saved Payment Method feature
*/
allow_redisplay?: 'always' | 'limited' | 'unspecified';
Copy link
Contributor

Choose a reason for hiding this comment

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

Should add this case to valid.ts

@jima-stripe jima-stripe merged commit 0a2870f into master Mar 29, 2024
2 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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants