Configure
Configuration and testing instructions.
To configure PayPal, you should edit the file Litium.Studio.AddOns.PayPal.dll.config in your web directory. Follow the instructions at the begining of the file.
Paypal API credentials contain a username, password and a shared secret.
<add key="apiUserName" value =""/>
<add key="apiPassword" value=""/>
<add key="apiSignature" value="" />
You can generate them or change them after logging in to the PayPal site at developer.paypal.com.
Testing Paypal
To test PayPal you need to log in to developer.paypal.com and create a merchant test account and an end customer test account to use when testing.