add messaging
This commit is contained in:
@@ -13,7 +13,7 @@ class DateUtil {
|
||||
}
|
||||
|
||||
String updatePhoneNumber(String phoneNumber) {
|
||||
if(phoneNumber==null) return null;
|
||||
if (phoneNumber == null) return null;
|
||||
if (phoneNumber.startsWith("09")) {
|
||||
return "959" + phoneNumber.substring(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user