diff --git a/app/controllers/user/subscriptions_controller.rb b/app/controllers/user/subscriptions_controller.rb index 65eb7ba..14f9678 100644 --- a/app/controllers/user/subscriptions_controller.rb +++ b/app/controllers/user/subscriptions_controller.rb @@ -38,6 +38,9 @@ module DiscoursePatrons end render_json_dump deleted + + else + render_json_error "Customer ID not found" end rescue ::Stripe::InvalidRequestError => e