I am trying to interface Verisign's payflowpro into our accounting system 
for billing.

Payflowpro is looking for an environment variable to be set so that it can 
find a certain file.

I am trying to do this with the following statement:
$ENV{PFPRO_CERT_PATH} = '/usr/local/src/verisign/payflowpro/linux/certs';

I have tried putting it in the actual payflowpro API module, the module 
that calls this module, and the daemon that calls this module, but the path 
to the file is still not found.

Apparently, the variable is not getting seen by the binary that is called 
by the payflowpro API.

Is there something else I'm supposed to do, to export this environment 
variable?

Thanks in advance

Walter Grace



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to