From 4c03e9a617e5ed5ec65d48329072278b265150ed Mon Sep 17 00:00:00 2001 From: masaustu-codex Date: Thu, 30 Jul 2026 03:31:45 +0300 Subject: [PATCH] =?UTF-8?q?fiyat.js:=20b=C3=BCy=C3=BCk=20kampanya=20%25=20?= =?UTF-8?q?(sat=C4=B1r=202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fiyat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiyat.js b/fiyat.js index e21bc4e..1a82a6c 100644 --- a/fiyat.js +++ b/fiyat.js @@ -1,5 +1,5 @@ // Fiyat hesaplama — Atölye Dükkânı -const INDIRIM = 10; // yüzde +const INDIRIM = 25; // yüzde — büyük kampanya function sonFiyat(fiyat) { return fiyat - (fiyat * INDIRIM / 100);