From aacbce2557adbadb5548438c2bc4679002728aee Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Sat, 7 Mar 2026 03:07:55 -0300 Subject: [PATCH] oops --- templates/checkout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/checkout.html b/templates/checkout.html index 019fa99..01e83ec 100644 --- a/templates/checkout.html +++ b/templates/checkout.html @@ -436,7 +436,7 @@ btn.innerHTML = ' Procesando...'; try { - alert("total: " total) + alert("total: " + total) // const response = await fetch('/process_payment', { // method: 'POST', // headers: { 'Content-Type': 'application/json' },