@@ -1,7 +1,7 @@
// Fiyat hesaplama — Atölye Dükkânı
const INDIRIM = 10; // yüzde
function indirimliFiyat(fiyat) {
function sonFiyat(fiyat) {
return fiyat - (fiyat * INDIRIM / 100);
}
The note is not visible to the blocked user.