[ic] Linkpoint3.pm Module

Kevin Walsh kevin at cursor.biz
Thu Sep 2 16:17:18 EDT 2004


Jason Korkin [jkorkin at korksoft.com] wrote:
> Using Interchange 5.2.0 and I'm also using the Linkpoint3.pm module from
> www.interchange.rtfm.info web site.
> 
> Here is what I have defined in the variables.txt file:
> 
> MV_PAYMENT_MODE linkpoint3      Payment
> MV_PAYMENT_HOST secure.linkpt.net       Payment
> MV_PAYMENT_PORT 1129    Payment
> MV_PAYMENT_CERT /home/catalogs/catname/customer_cert.pem       Payment
> MV_PAYMENT_ID   xxxxxx  Payment
> 
> I have also added the necessary "Require" statement to the
> interchange.cfg file. 
> 
> I keep getting the error:
> 
> There was an error accepting payment: Real-time charge failed. Reason: No
> certificate file Credit Card Information: No certificate file
> 
Check the formatting in your variable.txt file to be sure that the
columns are tab-separated.  Also check that there's nothing to override
the MV_PAYMENT_CERT variable, either in your catalog.cfg file or in a
file included from there.

You're getting that message because the key file location has not been
defined - not because there was a problem reading the key.  You have
tried to define the location, so perhaps you're clearing the value
later in the config, or have a formatting error, as suggested above.

One further point is you're trying to use secure.linkpt.net with port
1129.  You want to either use staging.linkpt.net (port 1129) or
secure.linkpt.net (port 1139).

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list