Subversion Repositories SmartDukaan

Rev

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

Rev 1941 Rev 2190
Line 36... Line 36...
36
    private HttpServletResponse response;
36
    private HttpServletResponse response;
37
    private ServletContext context;
37
    private ServletContext context;
38
    
38
    
39
    private String errorMsg = "";
39
    private String errorMsg = "";
40
    private final String authsuccess = "authsuccess";
40
    private final String authsuccess = "authsuccess";
41
    private final String authfail = "authfail";
-
 
42
    public PaymentDetailsController() {
41
    public PaymentDetailsController() {
43
 
42
 
44
    }
43
    }
45
 
44
 
46
    public String index() {
45
    public String index() {