Subversion Repositories SmartDukaan

Rev

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

Rev 17916 Rev 17917
Line 317... Line 317...
317
    			confirmCheckout(msg);
317
    			confirmCheckout(msg);
318
    		} else if (payOption=='other_option'){
318
    		} else if (payOption=='other_option'){
319
    			confirmPrepaid(msg);
319
    			confirmPrepaid(msg);
320
    		}
320
    		}
321
    	}    	                    
321
    	}    	                    
322
	}); 
322
	});
-
 
323
	return false; 
323
});
324
});
324
 
325
 
325
function confirmPrepaid(addressid){
326
function confirmPrepaid(addressid){
326
	if (typeof addressid=="object"){
327
	if (typeof addressid=="object"){
327
		addressid=$("input.css-checkbox:checked").val();
328
		addressid=$("input.css-checkbox:checked").val();