Subversion Repositories SmartDukaan

Rev

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

Rev 29761 Rev 29762
Line 400... Line 400...
400
			}
400
			}
401
		});
401
		});
402
 
402
 
403
}
403
}
404
function processInvestment() {
404
function processInvestment() {
405
	doPostAjaxRequestWithJsonHandler(context + "/processInvestment", function(response) {
405
	doPostAjaxRequestWithJsonHandler(context + "/payMonthlyInvestment", function(response) {
406
		alert("InvestmentPayout processed successfully");
406
		alert("InvestmentPayout processed successfully");
407
	});
407
	});
408
}
408
}
409
 
409
 
410
function loadScheme(domId) {
410
function loadScheme(domId) {