Subversion Repositories SmartDukaan

Rev

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

Rev 23568 Rev 23580
Line 1379... Line 1379...
1379
				itemIdAdvanceAmountString.append(", ");
1379
				itemIdAdvanceAmountString.append(", ");
1380
			}
1380
			}
1381
			index++;
1381
			index++;
1382
		}
1382
		}
1383
		String text = "Dear Customer, {0} is the OTP that you have requested for prebooking orders for items {1} Don't share your OTP with anyone.";
1383
		String text = "Dear Customer, {0} is the OTP that you have requested for prebooking orders for items {1} Don't share your OTP with anyone.";
-
 
1384
		LOGGER.info("OTP to Customer Successfully sends"+text);
1384
		String msg = java.text.MessageFormat.format(text, otp_text, itemIdAdvanceAmountString);
1385
		String msg = java.text.MessageFormat.format(text, otp_text, itemIdAdvanceAmountString);
1385
		try {
1386
		try {
1386
			Utils.sendSms(msg, phone);
1387
			Utils.sendSms(msg, phone);
1387
		} catch (URISyntaxException e) {
1388
		} catch (URISyntaxException e) {
1388
			// TODO Auto-generated catch block
1389
			// TODO Auto-generated catch block