This commit is contained in:
2026-03-07 03:07:55 -03:00
parent 6c5085093d
commit aacbce2557

View File

@@ -436,7 +436,7 @@
btn.innerHTML = '<span class="spinner-border spinner-border-sm"></span> Procesando...';
try {
alert("total: " total)
alert("total: " + total)
// const response = await fetch('/process_payment', {
// method: 'POST',
// headers: { 'Content-Type': 'application/json' },