You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#48262 [Notifier] [SMSBiuras] true/false mismatch for test_mode option (StaffNowa)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Notifier] [SMSBiuras] `true`/`false` mismatch for `test_mode` option
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
Moved from LightSMS service into SMSBiuras and found an issue.
SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0
Documentation is good but in the code bug. If test_mode = 0 - does not send SMS. If test_mode = 1 - sends SMS.
Boolean true | false mismatch.
SMSBiuras API documentation https://docs.smsbiuras.lt/
Commits
-------
cd7e4d6 [Notifier] [SMSBiuras] `true`/`false` mismatch for `test_mode` option
0 commit comments