Cannot get token creation event too trigger

I’m not sure if this is a bubble issue or an issue with @copilot plugin. The issue I’mhaving is that my workflow to “Convert card into StripeToken” appears to run successfully, but afterwards neither the “couldn’t be created” or “has been created is triggered”.

After the “convert card into Stripe Token” runs, the app displays an alert. This is the only reason I believe that part is possibly sucessful. but not 100%

I do have the payments course, and I appear to have the same setup, not sure what I am missing

Hey @alexsstockton,

Give us a shout at plugins@cobubble.com and we can take it from there! :slight_smile:

@copilot Figured it out! I had missed the part of the course where you said the element wouldn’t show. I had the Stripe.JS element set to be hidden on page load, which seemed to break it.

1 Like

@alexsstockton Hiding an element plugin will prevent loading of its’ necessary dependencies. :slight_smile: