From db021cc6968bf00099a80fba1afd67403c1f5707 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:31:45 -0400 Subject: [PATCH] fix: update list for countries that don't support alphanumeric sender ids (#10232) Co-authored-by: CarinaWolli Co-authored-by: Peer Richelsen --- .../features/ee/workflows/lib/alphanumericSenderIdSupport.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.ts b/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.ts index d7042fd80b..4275a30974 100644 --- a/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.ts +++ b/packages/features/ee/workflows/lib/alphanumericSenderIdSupport.ts @@ -79,11 +79,13 @@ const noAlphanumericSenderIdSupport = [ "+216", "+90", "+256", - "+971", "+598", "+58", "+84", "+260", "+61", "+971", + "+420", + "+381", + "+65", ];