Skip to content

Commit

Permalink
added Nigeria drs will make phone calls for audio and whatsapp issue …
Browse files Browse the repository at this point in the history
…developed
  • Loading branch information
levine12 committed Oct 22, 2020
1 parent 9a9d721 commit cd7fcad
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 432 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void afterReturning(Object returnValue, Method method, Object[] args, Obj
String message = "A Fortitudo patient has just requested your assistance";

try {
sendAwsSms(telNo, message);
//sendAwsSms(telNo, message);
}
catch (Exception e) {
System.out.println("There was an error sending the sms message:");
Expand Down
Loading

0 comments on commit cd7fcad

Please sign in to comment.