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();