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