From 1038a5269098b0fafd4e6c75e70391e6d4a91c0d Mon Sep 17 00:00:00 2001 From: Ward Pieters <19374765+wardpieters@users.noreply.github.com> Date: Fri, 4 May 2018 14:31:33 +0200 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 dde0f585..c43bda98 100644 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -578,6 +578,9 @@ function psm_build_sms() { case 'twilio': $sms = new \psm\Txtmsg\Twilio(); break; + case 'gatewayapi': + $sms = new \psm\Txtmsg\GatewayAPI(); + break; } // copy login information from the config file