praekeltfoundation / python-whatsapp-business-client

BSD 3-Clause "New" or "Revised" License
29 stars 14 forks source link

Strip leading + from numbers in URL #7

Closed smn closed 1 year ago

smn commented 4 years ago

As a habit most people will supply phone numbers with a leading + even though the API expects it without.

This change will accept with a leading + but remove it when making the HTTP call.