Skip to content

Instantly share code, notes, and snippets.

@jessicard
Created June 4, 2014 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessicard/09fa91dbeb1be0e05b4d to your computer and use it in GitHub Desktop.
Save jessicard/09fa91dbeb1be0e05b4d to your computer and use it in GitHub Desktop.
<%= form_tag charges_path do %>
<article>
<label class="amount">
<span>Amount: $5.00</span>
</label>
</article>
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="<%= Rails.configuration.stripe[:publishable_key] %>"
data-description="A month's subscription"
data-amount="500"></script>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment