osCommerce DPS module update
osCommerce DPS module update
Added by Geoff Ford. June 13, 2007
Download the latest module here
Two changes are required for merchants using the DPS payment gateway on their osCommerce stores. A new version of the DPS module (which Attitude originally created) is available with the updates here:
http://www.oscommerce.com/community/contributions,2032
To apply the fixes manually find and replace the instance of
https://www.paymentexpress.com/pxpost.asp';
in the module file with:
https://www.paymentexpress.com/pxpost.aspx';
The SSL version also needs to be updated from version 2 to version 3.
Replace:
curl_setopt($ch,CURLOPT_SSLVERSION,2);
with
curl_setopt($ch,CURLOPT_SSLVERSION,3);
Anyone needing the upgrade can contact Attitude.
Two changes are required for merchants using the DPS payment gateway on their osCommerce stores. A new version of the DPS module (which Attitude originally created) is available with the updates here:
http://www.oscommerce.com/community/contributions,2032
To apply the fixes manually find and replace the instance of
https://www.paymentexpress.com/pxpost.asp';
in the module file with:
https://www.paymentexpress.com/pxpost.aspx';
The SSL version also needs to be updated from version 2 to version 3.
Replace:
curl_setopt($ch,CURLOPT_SSLVERSION,2);
with
curl_setopt($ch,CURLOPT_SSLVERSION,3);
Anyone needing the upgrade can contact Attitude.
Category(s): News
Permanent Link to osCommerce DPS module update
