-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Smsapi - Make "from" optional #49261
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
Smsapi - Make "from" optional #49261
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php
Outdated
Show resolved
Hide resolved
Something went wrong with the rebase I guess, can you please check again? Thanks |
@szal1k Can you rebase to get rid of the merge commits? |
5d319af
to
74c4984
Compare
src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php
Outdated
Show resolved
Hide resolved
Thank you @szal1k. |
2745fa9
to
8b14052
Compare
@fabpot @OskarStark Done, thanks for your support. |
Smsapi.com API have option to send "eco" messages, default with drawn phone number instead of "from" name defined in Smsapi.com User Panel.
So, when from is not set in body of request, in default message is send as "eco". My changes make it possible.