add messaging

This commit is contained in:
Sai Naw Wun
2020-09-20 05:34:49 +06:30
parent cc56a18613
commit cb622b004b
38 changed files with 1931 additions and 180 deletions

View File

@@ -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);
}