Subversion Repositories SmartDukaan

Rev

Rev 3063 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1905 chandransh 1
 
3101 chandransh 2
function trackProceedToPay(){
2038 vikas 3
	trackEventWithGA('Order', 'Proceed to Pay', "");
2159 chandransh 4
}
5
 
6
function dispError(error){
7
	alert(error);
8
}