Zen Cart Logo
Forums / Addon Payment Modules / correct line change for cybersource live server

correct line change for cybersource live server

Locked

Views: 1,489

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Apr 2007, 12:50 AM
#1
jc67 avatar

jc67

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

correct line change for cybersource live server

Quick question, in setting up cybersource, the instructions have you change the server to TEST

Change From:

  //$this->form_action_url = 'https://orderpage.ic3.com/hop/CheckOrderData.do';

Change to:

  $this->form_action_url = 'https://orderpagetest.ic3.com/hop/ProcessOrder.do';

When going LIVE, what is the correct line change?

** $this->form_action_url = 'https://orderpage.ic3.com/hop/ProcessOrder.do';**

or

** //$this->form_action_url='https://orderpage.ic3.com/hop/CheckOrderData.do';**

or

** $this->form_action_url='https://orderpage.ic3.com/hop/CheckOrderData.do';**

Thanks

23 Apr 2007, 4:05 AM
#2
jc67 avatar

jc67

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: correct line change for cybersource live server

UPDATE:

I reloaded the original cs.php file, now transaction are going through.

23 Apr 2007, 7:48 PM
#3
debeaujeu avatar

debeaujeu

New Zenner

Join Date:
Aug 2006
Location:
Kirkland, WA
Posts:
82
Plugin Contributions:
1

Re: correct line change for cybersource live server

Right on. The original contribution file (includes/modules/payment/cs.php) contains CyberSource production server URL (see paragraphe 3 of Guidelines, t=55738).

The one-penny difference anomaly
With the CyberSource account in test mode, I had 2-3 transactions with a one-penny difference between ZC order total and CyberSource authorized order total. CyberSource Customer Support claims they will not do any rounding but rather will truncate any number past 2 decimal places. Surprising, but that is the official CyberSource answer.
I have not seen a similar problem when the CyberSource account is in Production mode (the CyberSource test server may process transactions differently).

deBeaujeu

24 Apr 2007, 1:37 PM
#4
jc67 avatar

jc67

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: correct line change for cybersource live server

Thanks for the response. all is going good with cybersource and zencart