From e489d1355d7985b12c1cb32c04d959a03418b1bb Mon Sep 17 00:00:00 2001 From: adevopg <133045315+adevopg@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:19:37 +0100 Subject: [PATCH] Error 404 Fix --- home/pagos_stripe.py | 2 +- home/templates/partials/final.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/pagos_stripe.py b/home/pagos_stripe.py index d46362c..9d4f5d0 100644 --- a/home/pagos_stripe.py +++ b/home/pagos_stripe.py @@ -11,7 +11,7 @@ def create_checkout_session(amount, currency="eur", success_url=None, cancel_url "price_data": { "currency": currency, "product_data": {"name": "Renombrar personaje"}, - "unit_amount": int(amount * 100), # Convertir euros a centavos + "unit_amount": int(amount * 100), }, "quantity": 1, }], diff --git a/home/templates/partials/final.html b/home/templates/partials/final.html index 95dc17a..308b1d0 100644 --- a/home/templates/partials/final.html +++ b/home/templates/partials/final.html @@ -1,3 +1,2 @@ -