Nueva version con enviroment Pasarela

This commit is contained in:
User
2025-11-28 11:33:55 -06:00
parent e0b0e6346b
commit 4e074fa0f0
15 changed files with 382 additions and 119 deletions

View File

@@ -49,9 +49,9 @@ $url = $ruta.'/api/verUsuarios';
<table id="tablaUsuarios" class="display" style="width:80%; margin:0 auto;">
<thead>
<tr>
<th>Usuario</th>
<th>Correo Electronico</th>
<th>id</th>
<th>Empresa</th>
<th>Correo Electronico</th>
<th>Plat. Pago</th>
<th>Llave</th>
<th>Acciones</th>
@@ -71,9 +71,9 @@ $(document).ready(function() {
$('#tablaUsuarios').DataTable({
data: data,
columns: [
{ data: 'usuario' },
{ data: 'email' },
{ data: 'id' },
{ data: 'empresa' },
{ data: 'email' },
{ data: 'platf_pago'},
{ data: 'apiKey'},
{