[TriLUG] Paypal
William Sutton
william at trilug.org
Tue Jul 3 17:01:27 EDT 2007
I can't claim to have any experience with this :) but I have a suggestion
to help debugging (if you haven't already tried it).
Try:
eval {
# connecting code, etc, here
}
if ($@) {
print STDERR "We couldn't talk to PayPal:\n$@\n";
}
then check the Apache error log...
You might also look at Perl's Carp module...
--
William Sutton
On Tue, 3 Jul 2007, Mark Freeze wrote:
> Has anyone had any experience dealing with Verisign/Paypal's Perl SDK?
>
> We are trying to access the API through Apache. Every time we run the
> perl script from the command line we connect, and have a successful
> transmission. However, when we try and do the same thing through
> Apache the code crashes.
>
> If anyone has any experience or insight with this stuff we'd be happy
> to pay you a consulting fee.
>
> Regards,
> Mark.
>
More information about the TriLUG
mailing list