This commit is contained in:
Lizandro Guarnizo
2026-05-02 11:09:58 -05:00
parent c3b2bbc413
commit 4913fdf984
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function pagoApp() {
async verificar() {
this.intentos++;
try {
const r = await fetch(`/api/pago-estado?ref=${encodeURIComponent(this.ref)}`);
const r = await fetch(`/pago/estado?ref=${encodeURIComponent(this.ref)}`);
const data = await r.json();
if (data.estado === 'confirmado' || data.confirmado) {