Skip to content

Commit

Permalink
Ajuste DATOS mayúscula y nuevo espacio en id acuerdo
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Dec 20, 2024
1 parent 22d98db commit 66a8b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<body>

<h3 class="titulo" id="titulo">Datos del Acuerdo</h3>
<h3 class="titulo" id="titulo">DATOS del Acuerdo</h3>

<!-- Campos adicionales -->
<label for="servicePayer">Wallet pagador servicio (empresa):</label>
Expand Down Expand Up @@ -69,7 +69,7 @@ <h3 class="titulo" id="titulo">Datos del Acuerdo</h3>
<!-- Campo de texto para ingresar el ID del acuerdo -->
<label for="agreementId">Id acuerdo:</label>
<input type="number" id="agreementId" min="0" step="1" placeholder="Ingresa ID del acuerdo" required
class="wallet-input"></br>
class="wallet-input"></br></br>
<button id="getAgreement">Consultar acuerdo</button>
<button id="payAgreement">Pagar acuerdo (WMC-Agreements-Payer)</button>

Expand Down

0 comments on commit 66a8b65

Please sign in to comment.