Subversion Repositories SmartDukaan

Rev

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

Rev 16397 Rev 16455
Line 301... Line 301...
301
							$('#loadingModal').modal('hide');
301
							$('#loadingModal').modal('hide');
302
							showShopcluesPopup(response.url);
302
							showShopcluesPopup(response.url);
303
						}
303
						}
304
				  	} else if(store == 6 ) {
304
				  	} else if(store == 6 ) {
305
					 	//check if paytm is active or not
305
					 	//check if paytm is active or not
306
						active = getCookie('paytmActive',1);
306
						var paytmactive = getCookie('paytmActive',1);
307
						if(active && active == 'true'){
307
						if(paytmactive && paytmactive == 'true'){
308
							response.url = 'http://mobilehotindia.com/r.html?'+Base64.encode(response.url);
308
							response.url = 'http://mobilehotindia.com/r.html?'+Base64.encode(response.url);
309
							document.location = response.url;	
309
							document.location = response.url;	
310
							pma.send('apk','paytm','active',me,null);
310
							pma.send('apk','paytm','active',me,null);
311
						}else{
311
						}else{
312
							pma.send('apk','paytm','inactive',me,null);
312
							pma.send('apk','paytm','inactive',me,null);