Skip to content

Commit

Permalink
Fix ConfirmCashappSetupOptions typing (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbala-stripe authored Feb 22, 2024
1 parent 62c0cb5 commit 5acf661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stripe-js/setup-intents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface ConfirmCashappSetupData extends SetupIntentConfirmParams {
/**
* An options object to control the behavior of `stripe.confirmCashappSetup`.
*/
interface ConfirmCashappSetupOptions {
export interface ConfirmCashappSetupOptions {
/*
* Set this to `false` if you want to [manually handle the authorization QR code or redirect](https://stripe.com/docs/payments/cash-app-pay/set-up-payment?platform=web&ui=API#web-create-setup-intent).
* Default is `true`.
Expand Down

0 comments on commit 5acf661

Please sign in to comment.