payment webhook URL updated

This commit is contained in:
Oliver
2026-06-09 04:25:14 -03:00
parent 1c3b550c9b
commit 5b26b24bad
+1 -1
View File
@@ -2394,7 +2394,7 @@
})(); })();
/* ── Buy Agent Webhook ───────────────────────────── */ /* ── 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) { function showPricingToast(msg) {
const el = document.getElementById('pricing-toast'); const el = document.getElementById('pricing-toast');