Skip to content

Avoid internal server error while deleting users with cancelled subscriptions

This MR fixes the issues described in #98 (closed).

There are the changes done:

  • When parsing subscriptions with no next_payment_date set Subscription attribute to None rather than 1900-01-01
  • Do not cancel subscriptions already cancelled or expired when deleting a user account.

Merge request reports