Fix for catalog/includes/classes/order.php
Daemonj <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <99f1db533ed81d00db2738dbd6373aae@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=158222#158222 ---------------------------------------------------------------- In the catalog/includes/classes/order.php file version number 1.32, line 157 reads [code] 'cc_expires' => $GLOBALS['cc_expires'], [/code] when it should read [code] 'cc_expires' => $GLOBALS['cc_expires_month'] . $GLOBALS['cc_expires_year'], [/code] so that the credit card expiration date is captured properly.