Contributions

Payment Modules (Category Index)
Search: 

LinkPoint API

This module will work for both LinkPoint and Yourpay API accounts. Only requirement is that you need to have a SSL certificate on the web server.
www.error1002.com

Expand All / Collapse All

LinkPoint API 1.3.4 - Bug Fixed 28 Jul 2010

Open file include/modules/payment/linkpoint.php

Go to line 276 and change

$result = $cc_validation->validate($HTTP_POST_VARS['linkpoint_api_cc_number'], $HTTP_POST_VARS['linkpoint_api_cc_expires_month'], $HTTP_POST_VARS['linkpoint_api_cc_expires_year']);



to


$result = $cc_validation->validate($HTTP_POST_VARS['linkpoint_api_cc_number'], $HTTP_POST_VARS['linkpoint_api_cc_expires_month'], $HTTP_POST_VARS['linkpoint_api_cc_expires_year'],$HTTP_POST_VARS['linkpoint_api_cc_cvm']);



Thanks

LinkPoint API 1.3.4 - Full Install 21 Oct 2008
LinkPoint API 1.2c - Full Install 1 Mar 2008
LinkPoint API 1.2b - Full Install -revised for compatibility 30 Nov 2007
LinkPoint API 1.2b - Full Install + 30 Nov 2007
LinkPoint API 1.2b - Full Install 30 Nov 2007
Bug Fixe 6 Apr 2007
LinkPoint API 1.2a - Patch Only 1 Dec 2006
LinkPoint API 1.2 - Patch Only 30 Nov 2006
Linkpoint API & STS Plus 4* 28 Aug 2006
LinkPoint API CVM 19 Jul 2006
LinkPoint API 1.1 22 Jun 2006
LinkPoint API update 21 Jun 2006
LinkPoint API 22 May 2006

Note: Contributions are used at own risk.