change
This commit is contained in:
@@ -142,7 +142,7 @@ function openModal(productHref) {
|
||||
form.querySelector('input[name="category"]').value = category || "";
|
||||
form.querySelector('input[name="product"]').value = product || "Unknown";
|
||||
form.dataset.webhook = config.webhook || "";
|
||||
modal.querySelector("#productText").textContent = `You will buy ${product} for $${price}.`;
|
||||
modal.querySelector("#productText").textContent = `You will buy ${product} for $${price}. We have send an Email with the payment details.`;
|
||||
|
||||
addUtmFields(form); // Read from cookie or defaults
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user