Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PayFlow Pro Help Needed - Credit Card Error


sjohnson

Recommended Posts

Hi,

 

I have Payflow Pro installed and am trying to perform test transactions.

We are running a Windows Server (Plesk). On the server we manually made test transactions via test.bat and they worked.

 

Now, I am receiving the famous 'Credit Card Error' that appears on checkout_payment.php after the order has tried to be confirmed. I am NOT getting anything back from the object that calls to Payflow Pro...

 

$response = pfpro_process($transaction);

if (!$response||$response['RESULT']!=0) { //redirect link code...}

 

The variable $response returns NULL.

 

In php_pfpro.php this is how I am defining my paths...

 

define(PFPRO_EXE_PATH, 'C:\verisign\payflowpro\win32\bin\pfpro.exe');

define(PFPRO_CERT_PATH_ENV, 'PFPRO_CERT_PATH=C:\verisign\payflowpro\win32\certs');

define(LD_LIBRARY_PATH_ENV, 'LD_LIBRARY_PATH=C:\verisign\payflowpro\win32\lib');

 

I am also using the updated Contribution PayflowPro_FIX-1.2_1.

 

 

Please help if you have any suggestions! I am going somewhat crazy.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...