Actualizar server.js

This commit is contained in:
2026-04-04 16:41:08 +00:00
parent 46e6e730e5
commit fc9945ad32

View File

@@ -426,7 +426,7 @@ app.post("/webhook/stripe", express.raw({ type: "application/json" }), async (re
}
default:
console.log(` Evento Stripe ignorado: ${event.type}`);
console.log(`Evento Stripe ignorado: ${event.type}`);
break;
}