Subversion Repositories SmartDukaan

Rev

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

Rev 33715 Rev 33968
Line 300... Line 300...
300
    }
300
    }
301
 
301
 
302
 
302
 
303
    @Override
303
    @Override
304
    public void sendPaymentWhatsappMessage(String mobile, String message) throws Exception {
304
    public void sendPaymentWhatsappMessage(String mobile, String message) throws Exception {
305
        //String sendTo = "91" + mobile;
305
        String sendTo = "91" + mobile;
306
        String sendTo = "917082253510";
306
//        String sendTo = "917082253510";
307
 
307
 
308
        Map<String, String> requestHeaders = new HashMap<>();
308
        Map<String, String> requestHeaders = new HashMap<>();
309
        requestHeaders.put("Content-Type", "application/x-www-form-urlencoded");
309
        requestHeaders.put("Content-Type", "application/x-www-form-urlencoded");
310
        Map<String, String> requestParams = new HashMap<>();
310
        Map<String, String> requestParams = new HashMap<>();
311
        requestParams.put("userid", String.valueOf(2000215976));
311
        requestParams.put("userid", String.valueOf(2000215976));