RE: Credit Card Identifyers

cistabue <[email protected]> 2 Sep 2003 15:26:07 -0000
Newsgroups gmane.comp.web.oscommerce.tips
Message-ID <07fbea37e125c2f22f4e3d0d0e7d1564@osCommerce-Forums>
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=223290#223290
----------------------------------------------------------------

few question 
in the original cc_validation.php 

function validate()  ended with
return -1;

should be this sostituted with

$this->cc_type = 'Unknown'; 

More question i use only Mastercard and Visa how shoul look like the function validate()...and more can i change type = 'Unknown'; with
type = 'Type ofCard Not accepted';

let me know