View Single Post
  #8  
Old 11-07-2012, 01:54 AM
  smithlarry's Avatar 
smithlarry smithlarry is offline
 

Advanced Member
  
Join Date: May 2005
Location: Blairs, VA USA
Posts: 31
 

Default Re: Xcart and Xpayments not working together

Here is the fix if anyone else has this problem:

1. Find "lib/XPay/Module/USAePay.php" on your server

2. Open it for editing

3. Find the following part of code (line 227 approximately):



private $cardLevelResults = array(
'A' => 'Visa Traditional',
'B' => 'Visa Traditional Rewards',
'C' => 'Visa Signature',


and replace it with:



private $cardLevelResults = array(
'F' => 'Other card',
'A' => 'Visa Traditional',
'B' => 'Visa Traditional Rewards',
'C' => 'Visa Signature',


4. Save the changes.

Thank you
__________________
BrotherSmith
Xcart Version 4.5.4
Xpayments 1.0.5
Adapt Template
ECC intergration
Reply With Quote