Skip to content

Instantly share code, notes, and snippets.

@eagsalazar
Created October 17, 2012 19:41
Show Gist options
  • Save eagsalazar/3907660 to your computer and use it in GitHub Desktop.
Save eagsalazar/3907660 to your computer and use it in GitHub Desktop.
customer = Stripe::Customer.create({
description: "Foo Bar",
email: "foo@bar.com",
card: nil,
plan: 'super_awesome_plan',
coupon: 'super_awesome_coupon'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment