Skip to content

Commit

Permalink
Rest_api.php: add '+' prefix to phone number of sample url
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Dec 13, 2024
1 parent a7d66fb commit 5c7fc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/plugins/rest_api/controllers/Rest_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function __construct()
* Send SMS using GET method
*
* Sample call:
* http://kalkun-url/index.php/plugin/rest_api/send_sms?phoneNumber=123456&message=testing
* http://kalkun-url/index.php/plugin/rest_api/send_sms?phoneNumber=%2B123456&message=testing
*
*/
function send_sms_get()
Expand Down

0 comments on commit 5c7fc4d

Please sign in to comment.