From ed8734ff76140260001083b7d54bf4a947337910 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 29 Sep 2025 12:33:40 -0300 Subject: [PATCH] debug --- public/upsell.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/upsell.html b/public/upsell.html index eae109b..4fe6e04 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -127,6 +127,7 @@ async function loadData() { return; } try { + console.log(webhookBase) const res = await fetch(webhookBase); // Fetching the webhook JSON if (!res.ok) throw new Error("Failed to fetch data"); const data = await res.json();