#627 — [Bug]: not number values in “number” fields
Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: raymondehizoba
Created: 2025-08-26 · Updated: 2025-08-28
Description
Steps to reproduce
Caused by https://twill-network.slack.com/archives/C082X0FL6G1/p1756155679665149
- In prod try to “Save draft” with “Highest transaction amount” for cc set to not a number.
Expected behavior
UI doesn’t allow not number values.
Actual behavior
Request was sent and failed in back-end with logs:
2025-08-25 21:00:31.325|ERROR|master|endpoint_helpers:80|PUT http://facade.twillai.com/api/v1/partner/merchants/3d18cd5f-2b0a-4e18-86d8-a77781c989eb raised pydantic_core._pydantic_core.ValidationError: 1 validation error for CreditCardProcessing
highest_transaction_amount
Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='', input_type
## Notes
_Add implementation notes, blockers, and context here_
## Related
_Add wikilinks to related people, meetings, or other tickets_