mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Renamed Msg91Flow to Msg91
This commit is contained in:
@@ -7,7 +7,7 @@ use Appwrite\Auth\Phone;
|
||||
// Reference Material
|
||||
// https://docs.msg91.com/p/tf9GTextN/e/Irz7-x1PK/MSG91
|
||||
|
||||
class Msg91Flow extends Phone
|
||||
class Msg91 extends Phone
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
@@ -30,7 +30,7 @@ class Msg91Flow extends Phone
|
||||
$to = ltrim($to, '+');
|
||||
$this->request(
|
||||
method: 'POST',
|
||||
url: $this->endpoint . '/messages',
|
||||
url: $this->endpoint,
|
||||
payload: \http_build_query([
|
||||
'sender' => $this->user,
|
||||
'otp' => $message,
|
||||
Reference in New Issue
Block a user