Closed
Description
Has anyone tried cancelling their account? I just tried it in the browser and got.
undefined method `deleted' for #<Stripe::Customer:0x007f80907e25a8>
It's coming from line 63 in the user.rb
And now that I'm looking at it, the method expire in user.rb is the method that sends the "sad to see you go message". I don't see this message being called on a user anywhere in the app though. I can fix this stuff today if someone else can confirm. Or am I missing something?
def expire
UserMailer.expire_email(self).deliver
destroy
end
Metadata
Assignees
Labels
No labels