postpaid logic for more than 1 period
fix mikrotiksms not working
This commit is contained in:
gerandonk
2024-11-06 11:34:28 +07:00
parent dbf1623ca6
commit 5ccddf11be
2 changed files with 10 additions and 11 deletions

View File

@ -48,7 +48,7 @@ class Message
}
} else {
try {
self::sendSMS($config['sms_url'], $phone, $txt);
self::MikrotikSendSMS($config['sms_url'], $phone, $txt);
} catch (Exception $e) {
// ignore, add to logs
_log("Failed to send SMS using Mikrotik.\n" . $e->getMessage(), 'SMS', 0);