I can’t add credit from the “Add to credit balance” modal. It shows a red validation hint:
“Enter an amount between $4 and $3”
…which is an impossible range, so every amount (e.g., $10) is rejected and the Continue button stays disabled.
Screenshots
(Attached)
- add-to-credit modal with the $4–$3 message
Steps to Reproduce
- Open Billing → Add to credit balance.
- Type
10(or any number) in Amount to add. - The input turns red with “between $4 and $3” and you cannot proceed.
Expected
Validation should load the correct min/max (e.g., “between $4 and $400”) and accept values within that range.
Actual
Validation message shows “between $4 and $3” and blocks all values.
Request
Please fix the min/max validation for the top-up modal or provide a temporary alternate way to add credit (e.g., Billing → Payments page).
