Skip to content

Commit

Permalink
Fix return type for verifyMicrodepositsForSetup (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
richnologies authored Feb 8, 2023
1 parent 62e200f commit 3bb965e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stripe-js/stripe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ export interface Stripe {
verifyMicrodepositsForSetup(
clientSecret: string,
data?: setupIntents.VerifyMicrodepositsForSetupData
): Promise<PaymentIntentResult>;
): Promise<SetupIntentResult>;

/**
* Use `stripe.collectBankAccountForSetup` in the [Save bank details](https://stripe.com/docs/payments/ach-debit/set-up-payment) flow for the [ACH Direct Debit](https://stripe.com/docs/payments/ach-debit)
Expand Down

0 comments on commit 3bb965e

Please sign in to comment.