Subversion Repositories SmartDukaan

Rev

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

Rev 30219 Rev 30229
Line 100... Line 100...
100
 
100
 
101
	@Autowired
101
	@Autowired
102
	private CreditAccountRepository creditAccountRepository;
102
	private CreditAccountRepository creditAccountRepository;
103
	private static final Logger logger = LogManager.getLogger(FundFinaController.class);
103
	private static final Logger logger = LogManager.getLogger(FundFinaController.class);
104
 
104
 
105
	private String authKey = "123";
105
	private String authKey = "$mart@123";
106
 
106
 
107
	@RequestMapping(value = "/fundfina/getTransactions", method = RequestMethod.POST)
107
	@RequestMapping(value = "/fundfina/getTransactions", method = RequestMethod.POST)
108
	public String getTransactions(HttpServletRequest request, @RequestBody TransactionRequest transactionRequest,
108
	public String getTransactions(HttpServletRequest request, @RequestBody TransactionRequest transactionRequest,
109
			Model model) throws Exception {
109
			Model model) throws Exception {
110
 
110