tjanczuk / wns

Send push notifications to Windows 8 devices using WNS
Apache License 2.0
52 stars 30 forks source link

Text properties on payload should accept primitive types #1

Closed paulbatum closed 12 years ago

paulbatum commented 12 years ago

It should not be an error to pass a payload with text1, text2, etc set to a number or bool. Just use toString on these types.