Subversion Repositories SmartDukaan

Rev

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

Rev 21734 Rev 22389
Line 29... Line 29...
29
 
29
 
30
	private static final Logger log = LoggerFactory.getLogger(PayuHandler.class);
30
	private static final Logger log = LoggerFactory.getLogger(PayuHandler.class);
31
	
31
	
32
	private static String accountId;
32
	private static String accountId;
33
	
33
	
34
	private static String returnUrl = "http://bigustav.com/checkout/payu-pay-response";
34
	private static String returnUrl;
35
 
35
 
36
	private static String cancelUrl = "http://bigustav.com/checkout/payu-pay-cancelled";
36
	private static String cancelUrl;
37
 
37
 
38
	
38
	
39
	
39
	
40
	private static String salt;
40
	private static String salt;
41
	
41