Subversion Repositories SmartDukaan

Rev

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

Rev 33578 Rev 33617
Line 189... Line 189...
189
        queryParams.put("password", PASS);
189
        queryParams.put("password", PASS);
190
        queryParams.put("username", USER);
190
        queryParams.put("username", USER);
191
        //OTP Message Template
191
        //OTP Message Template
192
 
192
 
193
        String response = restClient.post(NEXG_API_ENDPOINT, queryParams, new HashMap<>(), new HashMap<>());
193
        String response = restClient.post(NEXG_API_ENDPOINT, queryParams, new HashMap<>(), new HashMap<>());
194
        LOGGER.info(response);
194
        LOGGER.info("LOI_ACCEPTANCE_OTP_Response - " + response);
195
        return response;
195
        return response;
196
 
196
 
197
    }
197
    }
198
 
198
 
199
    class SmsMessage {
199
    class SmsMessage {