mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
revert: remove user-facing reset traffic toggle
Reset traffic on tariff switch is an admin-only setting. Backend handles it via admin settings system (data-driven, no frontend code needed). Reverted all user-facing toggle UI, API params, types, and translations.
This commit is contained in:
@@ -143,9 +143,6 @@ export interface TariffSwitchPreview {
|
||||
base_upgrade_cost_kopeks?: number;
|
||||
discount_percent?: number;
|
||||
discount_kopeks?: number;
|
||||
// Traffic reset on switch
|
||||
reset_traffic_available?: boolean;
|
||||
reset_traffic_default?: boolean;
|
||||
}
|
||||
|
||||
export interface RenewalOption {
|
||||
|
||||
Reference in New Issue
Block a user