Subversion Repositories SmartDukaan

Rev

Rev 28305 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28305 Rev 28375
Line 35... Line 35...
35
	private static final String numbers = "0123456789";
35
	private static final String numbers = "0123456789";
36
	private static final String OTP_TEMPLATE = "Dear Customer, %s is the OTP that you have requested to login into SmartDukaan. Don't share your OTP with anyone";
36
	private static final String OTP_TEMPLATE = "Dear Customer, %s is the OTP that you have requested to login into SmartDukaan. Don't share your OTP with anyone";
37
	private static final String OTP_TEMPLATE_ID = "1507161889822750240";
37
	private static final String OTP_TEMPLATE_ID = "1507161889822750240";
38
	public static final String SELF_CANCELLED_TEMPLATE = "Order Cancelled PO%s: Dear Customer, your order with SmartDukaan of %s has been cancelled on %s as per your request. Team SmartDukaan";
38
	public static final String SELF_CANCELLED_TEMPLATE = "Order Cancelled PO%s: Dear Customer, your order with SmartDukaan of %s has been cancelled on %s as per your request. Team SmartDukaan";
39
	public static final String SELF_CANCELLED_TEMPLATE_ID = "1507161943392646481";
39
	public static final String SELF_CANCELLED_TEMPLATE_ID = "1507161943392646481";
40
 
-
 
41
	// This should remain unused reference template id is -->
-
 
42
	private static final String orderConfirmationText = "Dear customer, your order of <productname> <+3 more pcs> has been  successfully placed with SmartDukaan. We will get in touch with you soon.\n"
40
	public static final String TEMPLATE_ORDER_CREATED = "Order Placed PO%d: Dear Customer, your order with SmartDukaan of %s worth Rs.%.0f has been placed successfully. Our team will get in touch with you soon. Team SmartDukaan";
43
			+ "SmartDukaan Team";
41
	public static final String TEMPLATE_ORDER_CREATED_ID = "1507162021138742118";
44
 
42
 
45
	@Autowired
43
	@Autowired
46
	OtpRepository otpRepository;
44
	OtpRepository otpRepository;
47
 
45
 
48
	@Autowired
46
	@Autowired