diff --git a/fiyat.js b/fiyat.js index e21bc4e..ba7c5b7 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 = 15; // yüzde — sezon ayarı function sonFiyat(fiyat) { return fiyat - (fiyat * INDIRIM / 100);