LAST EDITED ON 02-04-07 AT 10:47 PM (GMT)
>How do I test if everything is working properly to Paypal?
>And that the fail and success messages and emails are
>functional? The test phases asks for my developer log in,
>which I don't have. Basic paypal checkout should work without any problems.
If you wish to test it, you can open developer account on:
https://developer.paypal.com/
Alternatively, you can create an item in the database with the price value of $0.01 and test it between 2 real paypal accounts.
>In the active mode when I tried to use the Express I got
>nothing but an empty click.
>
>The Direct option, after completeing the CC information
>sends me directly to a view cart screen with no information.
> It doesn't give me the fail or success screen.
Express and direct checkout require additional PERL modules to be present on your server. Your server does not have some or all of them. That is why ppcal.cgi was previously producing Error 500.
Required PERL modules are:
SOAP::Lite
Data::Dumper
XML::Simple