You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(billing): prevent auto-topup from being disabled on transient errors
- Only disable auto-topup for permanent validation errors (missing customer, no payment method, expired card)
- Non-validation errors (Stripe API issues, network errors) now return blocked reason with actual error message but do not disable the setting
- Auto-topup will retry on next trigger for transient failures
0 commit comments