Subversion Repositories SmartDukaan

Rev

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

Rev 17912 Rev 17913
Line 296... Line 296...
296
        'state'				: $('#state').val(),
296
        'state'				: $('#state').val(),
297
        'pin'				: $('#pin').val()
297
        'pin'				: $('#pin').val()
298
    };
298
    };
299
    debugger;
299
    debugger;
300
    if (!$("#form2")[0].checkValidity()) {
300
    if (!$("#form2")[0].checkValidity()) {
-
 
301
    	$("#form2").submit();
301
    	return;
302
    	return;
302
    }
303
    }
303
    payOption = $(this).data('name');
304
    payOption = $(this).data('name');
304
    $.ajax({
305
    $.ajax({
305
                method: "POST",
306
                method: "POST",