Subversion Repositories SmartDukaan

Rev

Rev 3269 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/**
 * 
 */
package in.shop2020.util;

/**
 * @author mandeep
 *
 * Class containing constants used across CRM
 */
public class CRMConstants {
    public static final String CRM_EMAIL_SENDOR = "help@saholic.com";
    public static final String CRM_EMAIL_TYPE   = "CRMInfo";
    public static final String CRM_SUBJECT_PREFIX_FOR_TICKET_ID = "Saholic#";
}