Subversion Repositories SmartDukaan

Rev

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

Rev 822 Rev 832
Line 9... Line 9...
9
 
9
 
10
import java.util.*;
10
import java.util.*;
11
 
11
 
12
import org.apache.juli.logging.Log;
12
import org.apache.juli.logging.Log;
13
import org.apache.juli.logging.LogFactory;
13
import org.apache.juli.logging.LogFactory;
-
 
14
import org.apache.log4j.Logger;
14
import org.apache.struts2.convention.annotation.InterceptorRef;
15
import org.apache.struts2.convention.annotation.InterceptorRef;
15
import org.apache.struts2.convention.annotation.InterceptorRefs;
16
import org.apache.struts2.convention.annotation.InterceptorRefs;
16
import org.apache.struts2.convention.annotation.Result;
17
import org.apache.struts2.convention.annotation.Result;
17
import org.apache.struts2.convention.annotation.Results;
18
import org.apache.struts2.convention.annotation.Results;
18
import org.apache.thrift.TException;
19
import org.apache.thrift.TException;
Line 33... Line 34...
33
})
34
})
34
public class OrderController extends BaseController {
35
public class OrderController extends BaseController {
35
	
36
	
36
	private static final long serialVersionUID = 1L;
37
	private static final long serialVersionUID = 1L;
37
	
38
	
38
	private static Log log = LogFactory.getLog(OrderController.class);
39
	private static Logger log = Logger.getLogger(Class.class);
39
	private String id;
40
	private String id;
40
	private long txnId = 0;
41
	private long txnId = 0;
41
	
42
	
42
	//FIXME right now only one PG. Once we will have more, need to fix it.
43
	//FIXME right now only one PG. Once we will have more, need to fix it.
43
	private String paymentUrl="hdfc-pay";
44
	private String paymentUrl="hdfc-pay";