Skip to content

Commit

Permalink
fix(url): send sms url is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar committed Sep 29, 2020
1 parent 0a16496 commit 170340e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/URLs.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ class URLs
* URL for send sms
* @var string
*/
const SEND_SMS_URL = "https://api.msg91.com/api/v5/flows/";
const SEND_SMS_URL = "https://api.msg91.com/api/v5/flow/";
}
2 changes: 1 addition & 1 deletion tests/SMS/SMSServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class SMSServiceTest extends TestCase
{
protected $config = [
"key" => "123456789012345678901234"
"key" => "123123123123"
];

protected $container = [];
Expand Down

0 comments on commit 170340e

Please sign in to comment.