react-stripe-js
react-stripe-js copied to clipboard
React components for Stripe.js and Stripe Elements
### What happened? I am using Embedded Form for payment follow: ``` const stripePromise = loadStripe(process.env.STRIPE_KEY, { apiVersion: process.env.STRIPE_API_VERSION, }); const CheckoutForm2 = ({ translates, locale }) => { const...
### Summary & motivation Storybook was failing to run on Node.js v17+ due to OpenSSL breaking changes and Webpack's use of deprecated crypto functions. Added the --openssl-legacy-provider flag to the...
### What happened? When focusing the Google Pay button, the outline is not displayed correctly, it only appears at the top & bottom of the component. Expected behavior: 1. The...