Eric Gross
Eric Gross
@andrewculver do you think this could be merged as-is?
I guess I don't understand how we get from a token to a customer in koudoku.
I have determined that the failing line is this: `customer = Stripe::Customer.retrieve(self.stripe_id)` in the subscription concern (line 125). How is the stripe_id supposed to get set?
I see that I can override this by setting `after_new_subscription_path` in my `ApplicationController`. How though would I override other things that are not referencing super?
Would it be possible to merge this? I am getting bitten by the same bug.
> The easy way out would be to disable RLS in your migration file and reenable it at the end. I haven't figured out a way to disable RLS in...
@elia @ccarruitero I am interested in using this (or a similar) enhancement to collect connect payments. I'm curious if you are using this in production and if you might have...
I just noticed the same thing - the card that is visible is frozen after I come back from a modal segue.