From ef3d04d284bfcc7eda969b93fea364cdeed2fb15 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 30 Sep 2025 12:03:12 -0300 Subject: [PATCH] add cost --- public/upsell.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/upsell.html b/public/upsell.html index d21fb0f..98a9645 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -213,7 +213,8 @@ function calculateCost() { domains: parseInt(document.getElementById("domains").value), backupSlots: parseInt(document.getElementById("backupSlots").value), workers: parseInt(document.getElementById("workers").value), - hdd: parseInt(document.getElementById("hdd").value) + hdd: parseInt(document.getElementById("hdd").value), + cost: parseInt(document.getElementById("cost").value) }; try {