Subversion Repositories SmartDukaan

Rev

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

Rev 22554 Rev 23568
Line 9... Line 9...
9
 
9
 
10
import javax.servlet.http.HttpServletRequest;
10
import javax.servlet.http.HttpServletRequest;
11
 
11
 
12
import org.apache.commons.codec.binary.Base64;
12
import org.apache.commons.codec.binary.Base64;
13
import org.apache.commons.lang.StringUtils;
13
import org.apache.commons.lang.StringUtils;
14
import org.slf4j.Logger;
14
import org.apache.logging.log4j.Logger;
15
import org.slf4j.LoggerFactory;
15
import org.apache.logging.log4j.LogManager;
16
import org.springframework.beans.factory.annotation.Autowired;
16
import org.springframework.beans.factory.annotation.Autowired;
17
import org.springframework.http.MediaType;
17
import org.springframework.http.MediaType;
18
import org.springframework.http.ResponseEntity;
18
import org.springframework.http.ResponseEntity;
19
import org.springframework.stereotype.Controller;
19
import org.springframework.stereotype.Controller;
20
import org.springframework.transaction.annotation.Transactional;
20
import org.springframework.transaction.annotation.Transactional;
Line 126... Line 126...
126
					put(5, SC_MAP);
126
					put(5, SC_MAP);
127
					put(6, PAYTM_MAP);
127
					put(6, PAYTM_MAP);
128
				}
128
				}
129
			});
129
			});
130
 
130
 
131
	private static final Logger logger = LoggerFactory.getLogger(ClicksController.class);
131
	private static final Logger logger = LogManager.getLogger(ClicksController.class);
132
 
132
 
133
	@Autowired
133
	@Autowired
134
	ResponseSender<?> responseSender;
134
	ResponseSender<?> responseSender;
135
	
135
	
136
	@Autowired
136
	@Autowired