Billing Subscription in Rails using Stripe
Based from Railscasts episode Billing with Stripe
-
Create Stripe plans based from db seeds
id: 1 name: "Never Been Kissed" monthly: 5 id: 2 name: "Can't Get Enough" monthly: 12 id: 3 name: "Pure Bliss" monthly: 49 id: 4 name: "I'm in Heaven" monthly: 99
-
Enter secret and publishable key in config\initializers\stripe.rb