Adding Infobip SMS Gateway

This commit is contained in:
Joseph Helela 2020-09-07 23:00:31 +03:00 committed by GitHub
parent ba8c7c1c84
commit 23f810b481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -755,6 +755,9 @@ namespace {
case 'smsglobal':
$sms = new \psm\Txtmsg\Smsglobal();
break;
case 'infobip':
$sms = new \psm\Txtmsg\Infobip();
break;
case 'freevoipdeal':
$sms = new \psm\Txtmsg\FreeVoipDeal();
break;