Skip to content

Instantly share code, notes, and snippets.

@chyld
Created April 1, 2013 18:49
Show Gist options
  • Save chyld/5286832 to your computer and use it in GitHub Desktop.
Save chyld/5286832 to your computer and use it in GitHub Desktop.
%script{:src => "https://checkout.stripe.com/v2/checkout.js",
:class => "stripe-button",
:'data-label' => product.name,
:'data-amount' => product.cost * 100,
:'data-key' => Rails.configuration.stripe[:publishable_key]}
= form_tag purchase_product_path(product), :remote => true do end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment