From c01c03da862fb0dc7b3866cb9b65e7ea7020ff85 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 29 Sep 2025 17:11:30 -0300 Subject: [PATCH] f --- public/upsell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/upsell.html b/public/upsell.html index 2512d3b..ae32823 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -130,9 +130,9 @@ const webhookPost = webhookUrl + "/submit-data"; const res = await fetch(webhookUrl, { method: "POST", headers: { - "Content-Type": "application/json", - "credentials": "include" + "Content-Type": "application/json" }, + credentials: "include", body: JSON.stringify({ uuid }) // send uuid in request body });