andrewculver / koudoku

Robust subscription support for Rails with Stripe.
MIT License
1.16k stars 187 forks source link

Upgrade to Rails 5.1. Upgrade Stripe API. Add support for cancancan authorizations. (WIP) #184

Closed andrewculver closed 6 years ago

andrewculver commented 6 years ago

These were the updates I needed to make while integrating Koudoku into Bullet Train. The extent of testing I've done on this is simply walking through the sign-up workflow, updating the card, upgrading and downgrading plans. I haven't done any testing of anything we potentially do with web hooks, so I'm marking this a work-in-progress.

andrewculver commented 6 years ago

@yas4891 Two other things I'd like to get knocked out in our next major release:

I should be able to get both of these done in the next few weeks. Will send them over as separate PRs.

daniel-nelson commented 6 years ago

@andrewculver You mentioned Switching over to Stripe.js V3 and Stripe Elements for the payment forms. This will be a requirement for folks to remain PCI compliant. Do you have an estimate of when that will be added to the gem?