Subversion Repositories SmartDukaan

Rev

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

Rev 4421 Rev 4617
Line 57... Line 57...
57
        // TODO Auto-generated constructor stub
57
        // TODO Auto-generated constructor stub
58
    }
58
    }
59
    
59
    
60
    static{
60
    static{
61
        try {
61
        try {
62
            resourceFilePath = ConfigClient.getClient().get("emi_payment_resource_file_path");
62
            resourceFilePath = Class.class.getResource(ConfigClient.getClient().get("emi_payment_resource_file_path")).getPath();
63
            aliasName  = ConfigClient.getClient().get("emi_payment_alias_name");
63
            aliasName  = ConfigClient.getClient().get("emi_payment_alias_name");
64
            responseURL = ConfigClient.getClient().get("emi_payment_response_url");
64
            responseURL = ConfigClient.getClient().get("emi_payment_response_url");
65
            errorURL = ConfigClient.getClient().get("emi_payment_error_url");
65
            errorURL = ConfigClient.getClient().get("emi_payment_error_url");
66
        } catch (ConfigException e) {
66
        } catch (ConfigException e) {
67
            log.error("Unable to get data from config server.");
67
            log.error("Unable to get data from config server.");