Subversion Repositories SmartDukaan

Rev

Rev 35504 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35504 Rev 36064
Line 29... Line 29...
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;
32
    void sendADLDWhatsappMessage(String mobile) throws Exception;
33
 
33
 
-
 
34
	boolean sendWhatsappInvoice(int customerId, int fofoId, String invoiceNumber, String whatsAppNo) throws Exception;
-
 
35
 
34
}
36
}