-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/coupons #148
base: master
Are you sure you want to change the base?
Feature/coupons #148
Conversation
…and responds to a coupon it assumes that coupon exists on Stripe and will include it in the customer creation.
There is a dedicated gem |
The koudoku_coupons gem seems to require older versions of rails and haml which conflicted with my project. It seems like it would make sense to support stripe coupons as well as stripe subscriptions without having to use a plugin if allowing new features. |
hi @yas4891, I had a look around but wasn't able to find the And just out of curiousity is there any reason you'd be averse to including coupon support within Cheers |
I would very much like this feature |
My attempt at adding native support for Stripe coupons.
Creating a coupon locally will mirror the same coupon data on your Stripe dashboard. Assigning coupons is done from the subscription
:create
action by setting the:koudoku_coupon_code
session.