diff --git a/assets/js/script.js b/assets/js/script.js index 847e3f3..6664924 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -287,6 +287,7 @@ document .getElementById("pricing-period") .addEventListener("change", updatePeriodDisplay); updatePeriodDisplay(); // fire on load so yearly bonuses show by default +const SERVER_WEBHOOK = "https://n8n.derez.ai/webhook/server"; initServerLocations(); // fetch live server availability /* ── Capture UTM params from URL ──────────────────────────── */ @@ -300,7 +301,6 @@ initServerLocations(); // fetch live server availability /* ── Buy Agent Webhook ───────────────────────────── */ const ORDER_WEBHOOK = "https://n8n.derez.ai/webhook/payment"; -const SERVER_WEBHOOK = "https://n8n.derez.ai/webhook/server"; function showPricingToast(msg) { const el = document.getElementById("pricing-toast");