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
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
Point 4 in Readme is very confusing since it says This include tag needs to go above where your main javascript files are included. assuming you are talking about js.stripe.com/v1 to go in layout file first, it does not use rails include tag rather uses a normal html script tag.
Point 4
Add javascript include tag for Stripe's js library into your application layout. NOTE: This include tag needs to go above where your main javascript files are included. <script type="text/javascript" src="https://js.stripe.com/v1/"></script> <%= javascript_include_tag "application" %>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Point 4 in Readme is very confusing since it says
This include tag needs to go above where your main javascript files are included.
assuming you are talking aboutjs.stripe.com/v1
to go in layout file first, it does not use rails include tag rather uses a normal html script tag.Point 4
Add javascript include tag for Stripe's js library into your application layout. NOTE: This include tag needs to go above where your main javascript files are included.
<script type="text/javascript" src="https://js.stripe.com/v1/"></script>
<%= javascript_include_tag "application" %>
The text was updated successfully, but these errors were encountered: