You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stripe.confirmPayment(options) described in https://stripe.com/docs/js/payment_intents/confirm_payment does have a payment_method in its confirmParams.
However, the paymentIntents.ConfirmPaymentData definition does not include the payment_method param. This seems like a bug in the definition.
Environment
Chrome 116.0.5845.141 under Windows 10
Reproduction
No response
The text was updated successfully, but these errors were encountered:
What happened?
stripe.confirmPayment(options)
described in https://stripe.com/docs/js/payment_intents/confirm_payment does have apayment_method
in itsconfirmParams
.However, the
paymentIntents.ConfirmPaymentData
definition does not include thepayment_method
param. This seems like a bug in the definition.Environment
Chrome 116.0.5845.141 under Windows 10
Reproduction
No response
The text was updated successfully, but these errors were encountered: