remove validation on checkout page for testing purposes
i am trying to test my configuration with the eWay payment gateway in australia, for this i need to enter credit card number 4444333322221111 along with other test details.
is there an easy way to remove validation so i can process the transaction with the invalid card number?
by simply deleting the validation code the checkout page no longer advances.
also eWay has a max 2 digit credit card year expiry field whereas the validation requires 4 digits and in australia, postal/zip codes are 4 digits whereas the validation requires 5.
is there any easy way to edit these figures, they appear to be referring to complex functions in the WAVT_Scripts_PHP.php file?


There is a server validation server behavior applied on the confirm page. That is where you would have to update the server validation since it has to appear on the page specified as the form action. 
