This commit is contained in:
Naiel
2025-06-05 12:37:43 +02:00
committed by GitHub
parent 43a5331ba0
commit ee1089a3b6

View File

@@ -2217,7 +2217,7 @@
document.getElementById(span_precio).innerHTML =
"Gratis!<br> Usando puntos";
} else {
document.getElementById(span_precio).innerHTML = `Pagando ${precio}`
document.getElementById(span_precio).innerHTML = `Pagando ${precio}c`
}
// Acciónes
document.getElementById(btn_Pedido).onclick = () => {