Subversion Repositories SmartDukaan

Rev

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

Rev 29814 Rev 29815
Line 3248... Line 3248...
3248
 
3248
 
3249
		for (FofoStore fs : fofoStores) {
3249
		for (FofoStore fs : fofoStores) {
3250
 
3250
 
3251
			if (fs.getPan() != null) {
3251
			if (fs.getPan() != null) {
3252
				AccountStatusResponseOut accountStatusResponseOut = mandiiService.getStatus(fs.getPan());
3252
				AccountStatusResponseOut accountStatusResponseOut = mandiiService.getStatus(fs.getPan());
-
 
3253
 
-
 
3254
				LOGGER.info("accountStatusResponseOut" + accountStatusResponseOut);
3253
				CreditAccount creditAccount = creditAccountRepository.selectByFofoIdAndGateway(fs.getId(),
3255
				CreditAccount creditAccount = creditAccountRepository.selectByFofoIdAndGateway(fs.getId(),
3254
						Gateway.MANDII);
3256
						Gateway.MANDII);
3255
 
3257
 
3256
				if (creditAccount == null) {
3258
				if (creditAccount == null) {
3257
 
3259