Subversion Repositories SmartDukaan

Rev

Rev 34550 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34550 Rev 35504
Line 27... Line 27...
27
 
27
 
28
	boolean shouldSendWhatsappMessage(String mobile);
28
	boolean shouldSendWhatsappMessage(String mobile);
29
 
29
 
30
    void sendPaymentWhatsappMessage(String mobile, String message) throws Exception;
30
    void sendPaymentWhatsappMessage(String mobile, String message) throws Exception;
31
 
31
 
-
 
32
    void sendADLDWhatsappMessage(String mobile) throws Exception;
-
 
33
 
32
}
34
}