From 22b06b44947dee462fc332aab6501447d1e37c9e Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Wed, 1 Oct 2025 15:23:40 +0200 Subject: [PATCH] Remove cancel_url from Stripe checkout params --- tournaments/services/payment_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tournaments/services/payment_service.py b/tournaments/services/payment_service.py index c29f8d9..20049bd 100644 --- a/tournaments/services/payment_service.py +++ b/tournaments/services/payment_service.py @@ -695,7 +695,6 @@ class PaymentService: 'automatic_tax': {'enabled': False}, 'billing_address_collection': 'auto', 'shipping_address_collection': None, - 'cancel_url': f'https://padelclub.app/stripe/payment_complete/?tournament_id={tournament.id}&team_registration_id={team_registration.id}&payment=cancel', } # Add customer email if available