Using HandleCardPaymentWithoutElementsOptions type to be able to use { payment_method: '{PAYMENT_METHOD_ID}' } option as well (#39027)

This commit is contained in:
Jose Granja Martinez 2019-10-10 22:01:38 +02:00 committed by Armando Aguirre
parent 549983f526
commit 716985520a

View File

@ -51,7 +51,7 @@ export namespace ReactStripeElements {
): Promise<stripe.PaymentMethodResponse>;
handleCardPayment(
clientSecret: string,
options?: stripe.HandleCardPaymentOptions,
options?: stripe.HandleCardPaymentWithoutElementsOptions,
): Promise<stripe.PaymentIntentResponse>;
handleCardSetup(
clientSecret: string,