From 3bb965ec14fcc098c05e74575d67a0ed44b23374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20S=C3=A1nchez?= Date: Thu, 9 Feb 2023 00:34:13 +0100 Subject: [PATCH] Fix return type for verifyMicrodepositsForSetup (#402) --- types/stripe-js/stripe.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/stripe-js/stripe.d.ts b/types/stripe-js/stripe.d.ts index 6051ad17..748d1007 100644 --- a/types/stripe-js/stripe.d.ts +++ b/types/stripe-js/stripe.d.ts @@ -804,7 +804,7 @@ export interface Stripe { verifyMicrodepositsForSetup( clientSecret: string, data?: setupIntents.VerifyMicrodepositsForSetupData - ): Promise; + ): Promise; /** * 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)