  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: $ |
| |
| 3 | + | $Id: cc.php 1739 2007-12-20 00:52:16Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
122 | 122 | | tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, $payment_error_return, 'SSL', true, false)); |
| |
123 | 123 | | } |
| |
124 | 124 | | |
  |
| 125 | + | $order->info['cc_owner'] = $HTTP_POST_VARS['cc_owner']; |
|
125 | 126 | | $order->info['cc_type'] = $cc_validation->cc_type; |
  |
| 127 | + | $order->info['cc_number'] = $HTTP_POST_VARS['cc_number_nh-dns']; |
  |
126 | 128 | | $order->info['cc_expires'] = $HTTP_POST_VARS['cc_expires_month'] . $HTTP_POST_VARS['cc_expires_year']; |
| |
127 | 129 | | |
| |
128 | 130 | | if ( (defined('MODULE_PAYMENT_CC_EMAIL')) && (tep_validate_email(MODULE_PAYMENT_CC_EMAIL)) ) { |