Show a JS script component in Ember app

Hello everyone… I need to embed a Stripe button Stripe Checkout | Stripe Documentation in my ember app, but apparently I can’t simply put a script tag inside the handlebar script tag… any suggestion on how this can be done please?

Yep this is probably more a handlebar question…

Check out item 4 on this list.

That didn’t work for me but this does: javascript - Show a JS script component in Ember/handlebars app - Stack Overflow

Thanks anyway, may help in other cases.