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