|
|
@@ -692,7 +692,7 @@ public class SicboSubWs extends WebserviceAbstract {
|
|
|
String REQ = reqDf.format(new Date()) + "1" + msisdn.substring(Common.COUNTRY_CODE.length());
|
|
|
logger.info("after get product info " + fee);
|
|
|
// right -----------------------------------------------
|
|
|
-// resultPaid = ws.requestMpsOtp(msisdn, fee, REQ, productInfo.getProductName());
|
|
|
+ resultPaid = ws.requestMpsOtp(msisdn, fee, REQ, productInfo.getProductName());
|
|
|
|
|
|
String errorCode = resultPaid.split("\\|")[0];
|
|
|
if (WSProcessor.LIST_SUCCESS_RES.contains(resultPaid)) {
|