шаг 5 завершен

This commit is contained in:
Alisa
2026-06-04 19:19:35 +03:00
parent 238831ad3a
commit 6216c1ee4f
34 changed files with 1859 additions and 36 deletions
+9
View File
@@ -38,6 +38,15 @@ final class PriceTierService
];
}
$tiers[] = [
'label' => 'Безналичный расчет',
'code' => null,
'min_order_amount' => 0.0,
'discount_percent' => -8.0,
'price' => round($basePrice * 1.08, 2),
'note' => '+8% к базовой цене при безналичном расчете',
];
return $tiers;
}