Update Infobip.php

This commit is contained in:
Joseph H 2020-09-07 19:07:22 +03:00
parent 7713a2ee43
commit 2c033de055
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Infobip extends Core
curl_setopt(
$ch,
CURLOPT_URL,
"https://pi.infobip.com/sms/1/text/query?username=" . $this->username .
"https://api.infobip.com/sms/1/text/query?username=" . $this->username .
"&password=" . $this->password .
"&to=" . $recipient .
"&text=" . urlencode($message) .