BUG. Generic webhook from Webfabrik Landingpage transmits non Standard Country Info #8

Closed
opened 2025-10-17 08:52:07 +00:00 by jonas · 1 comment
Owner

String should have at most 2 characters [type=string_too_long, input_value='Italy', input_type=str]
For further information visit https://errors.pydantic.dev/2.11/v/string_too_long

Need to add code to filter that and the pydantic model should verify it before it enters the db

String should have at most 2 characters [type=string_too_long, input_value='Italy', input_type=str] For further information visit https://errors.pydantic.dev/2.11/v/string_too_long Need to add code to filter that and the pydantic model should verify it before it enters the db
jonas added reference fixing_country_codes 2025-10-20 07:47:59 +00:00
Author
Owner

Additional validation in place. Errors if it can't guess the correct code.

Additional validation in place. Errors if it can't guess the correct code.
jonas closed this issue 2025-10-27 07:44:38 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jonas/alpinebits_python#8
No description provided.