We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-stripe-js is doing a validation on the stripe object: https://github.com/stripe/react-stripe-js/blob/e13fae556b1a667a5dfa1130c00d5ec4c2bc154e/src/utils/guards.ts#L16
react-stripe-js
This validation is failing because of the missing createPaymentMethod
createPaymentMethod
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I didn't know that.
If you want to contribute, you could add a dump JavaScript method like this, and if you're motivated, implement it for real 👍
PS: The issue title talks about "latest stripe-js". Isn't it working?
Sorry, something went wrong.
localstripe.js: Add stubbed createPaymentMethod
d8b738d
react-stripe-js checks for createPaymentMethod to validate the stripe object. This fixes adrienverge#147.
b3c22b1
react-stripe-js checks for createPaymentMethod to validate the stripe object. This fixes #147.
Successfully merging a pull request may close this issue.
react-stripe-js
is doing a validation on the stripe object: https://github.com/stripe/react-stripe-js/blob/e13fae556b1a667a5dfa1130c00d5ec4c2bc154e/src/utils/guards.ts#L16This validation is failing because of the missing
createPaymentMethod
The text was updated successfully, but these errors were encountered: