Subversion Repositories SmartDukaan

Rev

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

Rev 3010 Rev 3282
Line 50... Line 50...
50
            return this.value;
50
            return this.value;
51
        }
51
        }
52
    }
52
    }
53
    
53
    
54
	public static final long PAYMENT_NOT_CREATED = -1;
54
	public static final long PAYMENT_NOT_CREATED = -1;
55
	private static final String CAPTURE_TXN_ID = "CaptureTxnId";
-
 
56
	private static final String CAPTURE_TIME = "CaptureTime";
-
 
57
	
55
	
58
	private static final long HDFC_GATEWAY_ID = 1;
56
	private static final long HDFC_GATEWAY_ID = 1;
59
	private static final long EBS_GATEWAY_ID = 2;
57
	private static final long EBS_GATEWAY_ID = 2;
60
	
58
	
61
	ApplicationContext context = new ClassPathXmlApplicationContext("context.xml");
59
	ApplicationContext context = new ClassPathXmlApplicationContext("context.xml");