diff --git a/subscribie/blueprints/checkout/__init__.py b/subscribie/blueprints/checkout/__init__.py index f04d6399..93baac62 100644 --- a/subscribie/blueprints/checkout/__init__.py +++ b/subscribie/blueprints/checkout/__init__.py @@ -829,7 +829,6 @@ def stripe_webhook(): log.info(f"Received stripe webhook event type {event['type']}") if event["type"] == "customer.subscription.deleted": - breakpoint() eventObj = event["data"]["object"] cancellation_reason = eventObj["cancellation_details"]["reason"] if cancellation_reason == "payment_failed": @@ -877,7 +876,7 @@ def stripe_webhook(): ).one() except Exception: log.error( - "Unable to locate subscription associated with event customer.subscription.deleted" + "Unable to locate subscription associated with event customer.subscription.deleted" # noqa: E501 ) if person is not None: