Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1622
 
1739
 
1739
 
cc.php
_> 11 <?php
  22 /*
<> 3 -  $Id: $
   3+  $Id: cc.php 1739 2007-12-20 00:52:16Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
122122         tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, $payment_error_return, 'SSL', true, false));
  123123       }
  124124 
<>  125+      $order->info['cc_owner'] = $HTTP_POST_VARS['cc_owner'];
125126       $order->info['cc_type'] = $cc_validation->cc_type;
<>  127+      $order->info['cc_number'] = $HTTP_POST_VARS['cc_number_nh-dns'];
<_ 126128       $order->info['cc_expires'] = $HTTP_POST_VARS['cc_expires_month'] . $HTTP_POST_VARS['cc_expires_year'];
  127129 
  128130       if ( (defined('MODULE_PAYMENT_CC_EMAIL')) && (tep_validate_email(MODULE_PAYMENT_CC_EMAIL)) ) {