Skip to content

phone numbers not valid #95

@twk-b

Description

@twk-b

phone_formats: ['###-###-####'],

this format is not really valid, needs to be

['200-200-0000']
where:
0 replaced by 0-9
2 replaced by 2-9

otherwise the number generated is not valid the first number in the area code and the prefix cannot be 0 or 1 (ie the ones replaced with 2s above)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions