Subversion Repositories SmartDukaan

Rev

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

Rev 33415 Rev 33715
Line 26... Line 26...
26
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
26
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
27
 
27
 
28
	void optIn(String phoneNumber) throws Exception;
28
	void optIn(String phoneNumber) throws Exception;
29
	 boolean shouldSendWhatsappMessage(String mobile);
29
	 boolean shouldSendWhatsappMessage(String mobile);
30
 
30
 
-
 
31
    void sendPaymentWhatsappMessage(String mobile, String message) throws Exception;
-
 
32
 
31
}
33
}