diff --git a/public/buyModal.js b/public/buyModal.js index e09e649..4110908 100644 --- a/public/buyModal.js +++ b/public/buyModal.js @@ -1,13 +1,5 @@ -// ======================= -// CONFIGURATION -// ======================= -const WEBHOOK_URL = "https://your-webhook-url.com"; // <-- Set your webhook here +const WEBHOOK_URL = "https://your-webhook-url.com"; -// ======================= -// HELPER FUNCTIONS -// ======================= - -// Create the modal form HTML function createModal() { const modal = document.createElement("div"); modal.id = "buyNowModal"; @@ -23,46 +15,50 @@ function createModal() { modal.style.zIndex = "1000"; modal.innerHTML = ` -