update
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user