-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugIssues that describe an unexpected behaviour in an existing functionality.Issues that describe an unexpected behaviour in an existing functionality.minor"bug" issues that are neither "critical" nor "major"."bug" issues that are neither "critical" nor "major".
Description
This example (in a French format) returns an exception: 470 6e Av:
InvalidArgumentException: Address '470 6e Av' could not be splitted into street name and house number
The same example, with an added comma after the house number also doesn't work correctly:
["additionToAddress1"]=> string(3) "470"
["streetName"]=> string(2) "Av"
["houseNumber"]=> string(2) "6e"
Most of the time, users will not include a comma after the civic number
tombaars
Metadata
Metadata
Assignees
Labels
bugIssues that describe an unexpected behaviour in an existing functionality.Issues that describe an unexpected behaviour in an existing functionality.minor"bug" issues that are neither "critical" nor "major"."bug" issues that are neither "critical" nor "major".