linkpoint.module

********************************************************************
NOW 4.7 compatible :-)

********************************************************************

OTHER NOTES:

A credit card processing interface using the Linkpoint API payment
gateway. Requires CURL, and SSL.

Configuration:
From Linkpoint, you get a Store ID, and a certificate (.pem) file.
Upload the .pem file to your web server, preferrably NOT under the
public_html/www directory.

Enter your Store ID, and the location of the .pem file. You can 
use relative path names. For example, if you uploaded the file to
your home directory (the one above your public_html directory), then
you can use "../12345.pem"
Note: providing full path recommended - relative path might not work
on some systems resulting the following error:
"unable to use client certificate (no key found or wrong pass phrase?)"

********************************************************************

See MAINTAINERS.txt for more maintenance info.
See README.txt (in E-Commerce root) for other info.
