Prise en compte du '+' dans le numéro de téléphone
This commit is contained in:
parent
f0f1d73374
commit
f45c0d146d
|
@ -80,7 +80,7 @@ func NewDefault() *Config {
|
|||
},
|
||||
Powow: PowowConfig{
|
||||
APIKey: "powow",
|
||||
InvalidPhoneNumber: "33666666666",
|
||||
InvalidPhoneNumber: "+33666666666",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ APIKey=powow
|
|||
&Command=TransactionalSms.Send
|
||||
&ResponseFormat=JSON
|
||||
&SmsID={{SmsID}}
|
||||
&MobilePhoneNumber=+33666666666
|
||||
&MobilePhoneNumber=%2B33666666666
|
||||
&TimeToSend=2017-01-01 10:00:00
|
||||
&CustomData=a%3A1%3A%7Bs%3A9%3A%22Firstname%22%3Bs%3A8%3A%22am9obg%3D%3D%22%3B%7D
|
Loading…
Reference in New Issue