From 5b26b24badfccdf26fa02c0dc419723639764454 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 04:25:14 -0300 Subject: [PATCH] payment webhook URL updated --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cf760b7..ed5da43 100644 --- a/index.html +++ b/index.html @@ -2394,7 +2394,7 @@ })(); /* ── Buy Agent Webhook ───────────────────────────── */ - const ORDER_WEBHOOK = "https://n8n.derez.ai/webhook/5318a0d8-d064-42fb-95b7-aa5552cb3fa9"; + const ORDER_WEBHOOK = "https://n8n.derez.ai/webhook/payment"; function showPricingToast(msg) { const el = document.getElementById('pricing-toast');