Subscriptions: Deleted data in Stripe, now plugin errors

Thanks for the suggestion. I tested it and it works beside a small typo: there’s no s at the end of ::Product and ::Subscription. Otherwise, it can’t find them.

Corrected commands:

rails c
DiscourseSubscriptions::Customer.destroy_all
DiscourseSubscriptions::Product.destroy_all
DiscourseSubscriptions::Subscription.destroy_all
3 Likes