You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we normalize phone numbers "on the way out" using our phone_number object, and the phonenumbers python package.
Generally we store phone numbers both with and without country codes, generally without any punctuation.
Should we normalize to make the phone numbers more consistent to make them searchable? Maybe we should include the country code, since we may eventually accept phone numbers that are different country than the order country.
The text was updated successfully, but these errors were encountered:
Currently we normalize phone numbers "on the way out" using our phone_number object, and the phonenumbers python package.
Generally we store phone numbers both with and without country codes, generally without any punctuation.
Should we normalize to make the phone numbers more consistent to make them searchable? Maybe we should include the country code, since we may eventually accept phone numbers that are different country than the order country.
The text was updated successfully, but these errors were encountered: