parent
b6d3e76568
commit
f2d0f1e51e
|
@ -43,8 +43,8 @@ public class SmsSender {
|
||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
// Fix up mexico numbers to 'mobile' format just for SMS delivery.
|
// Fix up mexico numbers to 'mobile' format just for SMS delivery.
|
||||||
if (destination.startsWith("+42") && !destination.startsWith("+421")) {
|
if (destination.startsWith("+52") && !destination.startsWith("+521")) {
|
||||||
destination = "+421" + destination.substring(3);
|
destination = "+521" + destination.substring(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue