From bb7fe00605a1fd8d4589addf77463a7b663e271a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 29 Sep 2025 18:07:30 -0300 Subject: [PATCH] remove --- public/upsell.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/upsell.html b/public/upsell.html index 300e8a9..095ddd0 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -132,7 +132,6 @@ const webhookPost = webhookUrl + "/submit-data"; headers: { "Content-Type": "application/json" }, - credentials: "include", body: JSON.stringify({ uuid }) // send uuid in request body });