yas4891

Results 44 comments of yas4891

@alydersen Send me an email (christoph@[$DOMAIN_I_OWN]) and we can look this through

@DaKaZ How is this configured? How do people switch between CC upfront and no CC required?

Yes, I'd go with overwriting `finalize_new_subscription!` in subscription. However, the syntax for that would be: ``` def finalize_new_subscription! # code goes here end ```

Hi. Can you please provide all the code you have changed?

Have you taken a look at https://github.com/andrewculver/koudoku#implementing-logging-notifications-etc ? This is the recommended way to do it

There is a dedicated gem `koudoku_coupons` that adds support for Stripe coupons. Did you have a look at it?

Best guess without further investigating is that you are using a new version of the Stripe API. They have replaced the "card" attribute with "source" and this might cause all...

@razvanh Is this official documented behavior? Is this the recommended way to downgrade the API?