javihgil / nexmo-bundle

Integrates Nexmo libs in Symfony2
MIT License
7 stars 15 forks source link

Wrong number printed when using console #1

Closed denisvmedia closed 10 years ago

denisvmedia commented 10 years ago

First of all, I'd like to thank you for your work. Please check the following issue:

php app/console nexmo:sms:send +420123123123 MyAPP "Hello World!!" SMS send to 2147483647 from MyAPP: "Hello World!!"

php app/console nexmo:sms:send 420123123123 MyAPP "Hello World!!" SMS send to 2147483647 from MyAPP: "Hello World!!"

It should be probably printed as string, not as a number. SMS, btw, is delivered successfully.

javihgil commented 10 years ago

Thanks for your feedback. Now I'm working in some bundle improvements. On the next days I'll commit them. This issue will be fixed.