This is a discussion on Credit Card Acceptance in cc_validation class within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Is there any reason for the check on cc acceptance not existing in my copy of the cc_validation class? In ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Is there any reason for the check on cc acceptance not existing in my copy of the cc_validation class? In standard osCommerce the validation code in cc_validation is very different but there is code to check if each type of card is accepted eg: Code: if ( strtolower(MODULE_PAYMENT_CC_ACCEPT_VISA) != 'true' ) {
return -5;
}
|
|
#2
| |||
| |||
| I realise now that I added the BMC CC Mod to Max but retained the cc_validation class which does not check acceptance. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 8 digits credit card | altenter | osCMax v1.7 Discussion | 9 | 08-20-2004 07:07 AM |
| Help With Credit Class / Coupons | swrecruiter | osCMax v1.7 General Mods Discussion | 1 | 02-09-2004 12:50 AM |
| Credit Class/Discount Coupon/gv | CookieMonster | osCMax v1.7 Discussion | 6 | 10-12-2003 04:24 PM |
| credit class and GV contribution | Dumb_Question | osCommerce 2.2 Modification Help | 7 | 08-02-2003 07:03 AM |