diff --git a/webhook/views.py b/webhook/views.py index 7e297944..318b9b35 100644 --- a/webhook/views.py +++ b/webhook/views.py @@ -287,7 +287,8 @@ def handle_webhook(request): ) incomplete_pm.save() except (IncompletePaymentIntents.DoesNotExist, - IncompletePaymentIntents.MultipleObjectsReturned) as ex: + IncompletePaymentIntents.MultipleObjectsReturned, + Exception) as ex: logger.error(str(ex)) logger.debug(str(ex)) email_data = {