Closed denisvmedia closed 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!!"
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.
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.
First of all, I'd like to thank you for your work. Please check the following issue:
It should be probably printed as string, not as a number. SMS, btw, is delivered successfully.