Subversion Repositories SmartDukaan

Rev

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

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