Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7272 amit.gupta 1
 
2
function trackProceedToPay(){
3
	trackEventWithGA('Order', 'Proceed to Pay', "");
4
}
5
 
6
function dispError(error){
7
	alert(error);
8
}