monito Posted April 20, 2009 Posted April 20, 2009 For those who are having problems with the linkpoint central checkout process on April 19th, 2009 Edit the linkpointconnect.php file search for "servlet" just before MODULE_PAYMENT_LINKPOINT_TESTMODE the lines needs to read: if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') { $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay'; } else { $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay'; } or better $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay'; since both servers are the same now.... -monito
bpmcclure Posted April 20, 2009 Posted April 20, 2009 For those who are having problems with the linkpoint central checkout process on April 19th, 2009 Edit the linkpointconnect.php file search for "servlet" just before MODULE_PAYMENT_LINKPOINT_TESTMODE the lines needs to read: if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') { $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay'; } else { $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay'; } or better $this->form_action_url = 'https://secure.linkpointcentral.com/lpc/servlet/lppay'; since both servers are the same now.... -monito Did you get this working? I am having some problems so far, but will keep at it.
bpmcclure Posted April 20, 2009 Posted April 20, 2009 I just spoke with First Data, and the server listed above is the correct one. However, they are having serious issues with it, and advised to be patient and try later to process a payment. Right now, when I process a payment, I get an error message on checkout_payment.php that says "There has been an error processing you credit card, please wait 10 minutes before trying again." Never even gets to LinkPoint/YourPay/First Data. If you don't change the code, you will end up dead-ended at a LinkPoint page.
monito Posted April 21, 2009 Author Posted April 21, 2009 Did you get this working? I am having some problems so far, but will keep at it. Yes, it does work; however, the problem is that I get the Firefox certificate to show-up when it I placed an order. I bet that is scaring my customers. This is very sucky...any advances solutions please lets get everyone inform. I bet there are many of us in the same boat... Thanks, -monito
bpmcclure Posted April 21, 2009 Posted April 21, 2009 Well, I could not get the above fix to work, but after talking to First Data, the following code DOES work. Not sure if both lines are needed, but I am not going to question success. if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') { $this->form_action_url = 'https://www.linkpointcentral.com/lpc/servlet/lppay'; } else { $this->form_action_url = 'https://secure.linkpt.net/lpc/servlet/lppay';
monito Posted April 21, 2009 Author Posted April 21, 2009 Well, I could not get the above fix to work, but after talking to First Data, the following code DOES work. Not sure if both lines are needed, but I am not going to question success. if (MODULE_PAYMENT_LINKPOINTCONNECT_YOURPAY == 'False') { $this->form_action_url = 'https://www.linkpointcentral.com/lpc/servlet/lppay'; } else { $this->form_action_url = 'https://secure.linkpt.net/lpc/servlet/lppay'; This is exactly what I used to have that din't work... -monito
monito Posted April 21, 2009 Author Posted April 21, 2009 This is exactly what I used to have that din't work... -monito This is what I get with iexplorer and safari -monito
Recommended Posts
Archived
This topic is now archived and is closed to further replies.