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
My Vue app is a web component with a shadow dom and I'm using the stripe-elements component but after entering the credit card into the form, I grab the stripe-elements element and I try to run stripe.createToken() and I get the following error:
Kinda hard to debug this based on just a screenshot, I'm going to need more information. Did you provide a publishable key? How? Can you verify that the element has that key before calling create token?
My Vue app is a web component with a shadow dom and I'm using the
stripe-elements
component but after entering the credit card into the form, I grab thestripe-elements
element and I try to runstripe.createToken()
and I get the following error:Here's my app: https://app.ecardwidget.com/widget/5150
The text was updated successfully, but these errors were encountered: