diff --git a/server/notification-providers/promosms.js b/server/notification-providers/promosms.js index 4f7e8f901..a9e7631eb 100644 --- a/server/notification-providers/promosms.js +++ b/server/notification-providers/promosms.js @@ -20,6 +20,7 @@ class PromoSMS extends NotificationProvider { "recipients": [ notification.promosmsPhoneNumber ], //Lets remove non ascii char "text": msg.replace(/[^\x00-\x7F]/g, ""), + "long-sms": true, "type": Number(notification.promosmsSMSType), "sender": notification.promosmsSenderName };