diff --git a/tournaments/services/payment_service.py b/tournaments/services/payment_service.py index 6ed1a9d..0dd8430 100644 --- a/tournaments/services/payment_service.py +++ b/tournaments/services/payment_service.py @@ -507,7 +507,7 @@ class PaymentService: except TeamRegistration.DoesNotExist: print(f"[EXPIRED SESSION] Team registration {team_registration_id} not found") - return False + return True except Exception as e: print(f"[EXPIRED SESSION] Error processing team registration: {str(e)}") return False