Skip to content

Instantly share code, notes, and snippets.

@wallace
Created June 26, 2014 23:38

Revisions

  1. wallace created this gist Jun 26, 2014.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    customer = Stripe::Customer.create(description: "#{current_user.name} #{current_user.email}", card: payment_method.stripe_token)