- add
eager_load
option to load callbacks into classes in non-eager-loaded enviroments
- Rename api_key to secret_key
- add
auto_mount
option to allow for manually mounting the webhook endpoints
- make the default max redemptions 1
- add stripe::coupons::reset! task to redefine all coupons
- bugfix allowing creation of coupons without max_redemptions
- manage coupons with config/stripe/coupons.rb
- out of the box support for webhooks and critical/non-critical event handlers
- add :only guards for which webhooks you respond to-
- move stripe.js out of asset pipeline, and insert it with utility functions
- add config/stripe/plans.rb to define and create plans
- use
STRIPE_API_KEY
as default value ofconfig.stripe.api_key
- require stripe.js from asset pipeline
- autoconfigure stripe.js with config.stripe.publishable_key.
- add rake stripe:verify to ensure stripe.com authentication is configured properly
- basic railtie