• erio's avatar
    fix(payment): enhance fee rate input validation and UI · d149dbc9
    erio authored
    Backend:
    - Validate recharge_fee_rate: 0 ≤ rate ≤ 100, max 2 decimal places
    
    Frontend settings:
    - Add % suffix icon to fee rate input
    - Enforce max=100, min=0, step=0.01 with 2 decimal precision
    d149dbc9
SettingsView.vue 186 KB