-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flashsms argument not working #14
Comments
So the parameter is no longer |
Oh, I think the intent was to keep the old keyword to avoid breaking compatibility. @flexiqube which version did you use before, and which version are you using now? |
I used the older one, before you dropped support for Ruby 1.8. When i looked at the documentation in your code i saw that you used flash: instead of flashsms: so i tried that and it worked fine with the new version. |
I upgraded to latest version of this gem and when using
Elk::SMS.send(from: "Test", flashsms: "yes", to: user.phone, message: "Meddelande")
I don't seem to get a flashsms anymore, i get a normal text sent to the phone instead. I do not get any errors it just seems to ignore the flashsms parameter.
The text was updated successfully, but these errors were encountered: