From 6b0d5baa7e86e2ad009896ccac91a526d059c7a9 Mon Sep 17 00:00:00 2001 From: Joseph Helela Date: Mon, 7 Sep 2020 23:09:01 +0300 Subject: [PATCH] Update functions.inc.php --- src/includes/functions.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/includes/functions.inc.php b/src/includes/functions.inc.php index 59717599..b407c526 100644 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -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;