Subversion Repositories SmartDukaan

Rev

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

Rev 30859 Rev 30873
Line 1103... Line 1103...
1103
 
1103
 
1104
		Map<Integer, CustomRetailer> customRetailers = retailerService.getAllFofoRetailers();
1104
		Map<Integer, CustomRetailer> customRetailers = retailerService.getAllFofoRetailers();
1105
 
1105
 
1106
		String title = "Loan Approved";
1106
		String title = "Loan Approved";
1107
		String url = "http://app.smartdukaan.com/pages/home/credit";
1107
		String url = "http://app.smartdukaan.com/pages/home/credit";
1108
		String message = "Congratulations! Your Credit is approved Rs."
1108
		String message = "Congratulations! Your Credit Limit is approved for Rs."
1109
				+ FormattingUtils.formatDecimal(creditAccount.getSanctionedAmount());
1109
				+ FormattingUtils.formatDecimal(creditAccount.getSanctionedAmount());
1110
		notificationService.sendNotification(creditAccount.getFofoId(), "Loan", MessageType.notification, title,
1110
		notificationService.sendNotification(creditAccount.getFofoId(), "Loan", MessageType.notification, title,
1111
				message, url);
1111
				message, url);
1112
 
1112
 
1113
		model.addAttribute("creditAccount", creditAccount);
1113
		model.addAttribute("creditAccount", creditAccount);