Subversion Repositories SmartDukaan

Rev

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

Rev 4867 Rev 4882
Line 11... Line 11...
11
import in.shop2020.serving.services.EbsPaymentService;
11
import in.shop2020.serving.services.EbsPaymentService;
12
import in.shop2020.serving.services.HdfcEmiPaymentService;
12
import in.shop2020.serving.services.HdfcEmiPaymentService;
13
import in.shop2020.serving.services.HdfcPaymentService;
13
import in.shop2020.serving.services.HdfcPaymentService;
14
import in.shop2020.serving.services.IPaymentService;
14
import in.shop2020.serving.services.IPaymentService;
15
import in.shop2020.serving.utils.Utils;
15
import in.shop2020.serving.utils.Utils;
16
import in.shop2020.thrift.clients.LogisticsClient;
-
 
17
import in.shop2020.thrift.clients.TransactionClient;
16
import in.shop2020.thrift.clients.TransactionClient;
18
import in.shop2020.thrift.clients.UserClient;
17
import in.shop2020.thrift.clients.UserClient;
19
import in.shop2020.utils.DataLogger;
18
import in.shop2020.utils.DataLogger;
20
 
19
 
21
import java.util.ArrayList;
20
import java.util.ArrayList;
22
import java.util.List;
21
import java.util.List;
23
import java.util.ResourceBundle;
-
 
24
 
-
 
25
import net.tanesha.recaptcha.ReCaptchaImpl;
-
 
26
import net.tanesha.recaptcha.ReCaptchaResponse;
-
 
27
 
22
 
28
import org.apache.log4j.Logger;
23
import org.apache.log4j.Logger;
29
import org.apache.struts2.convention.annotation.InterceptorRef;
24
import org.apache.struts2.convention.annotation.InterceptorRef;
30
import org.apache.struts2.convention.annotation.InterceptorRefs;
25
import org.apache.struts2.convention.annotation.InterceptorRefs;
31
import org.apache.struts2.convention.annotation.Result;
26
import org.apache.struts2.convention.annotation.Result;
Line 51... Line 46...
51
	public long getPaymentId() {
46
	public long getPaymentId() {
52
		return paymentId;
47
		return paymentId;
53
	}
48
	}
54
	
49
	
55
	private static Logger log = Logger.getLogger(Class.class);
50
	private static Logger log = Logger.getLogger(Class.class);
56
	private static final ResourceBundle resource = ResourceBundle.getBundle(OrderController.class.getName());
-
 
57
	private static final String RECAPTCHA_PRIVATE_KEY = resource.getString("recaptcha_private_key");
-
 
58
	
51
	
59
	private String id;
52
	private String id;
60
	private long txnId = 0;
53
	private long txnId = 0;
61
	
54
	
62
	private long paymentId;
55
	private long paymentId;