stripe/stripe-js

[BUG]: Option type missing paymentMethods in elements.create('expressCheckout', options)

ZachPerkins1 opened this issue · 0 comments

What happened?

Per the latest stripe docs (https://docs.stripe.com/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-paymentMethods), we're to use paymentMethods now instead of wallets so the change would be to add the appropriate type for paymentMethods and deprecate/remove wallets.

I tried to raise a PR for the same but I don't seem to have permission to push a branch, might be missing something obvious though. Thanks!

Environment

No response

Reproduction

No response