Merge branch 'etiket'

This commit is contained in:
2026-07-30 03:31:44 +03:00
+4
View File
@@ -8,3 +8,7 @@ function sepeteEkle(urun, fiyat) {
function sepetToplami() {
return sepet.reduce(function (t, u) { return t + u.fiyat; }, 0);
}
function sepetIndirimliToplam() {
return indirimliFiyat(sepetToplami());
}