Quote:
Originally Posted by ant131531
How can you make it so it is actually donations and not payments according to paypal? When people use the system, it comes as a payment, and I want it to come as a donation.
|
LITE doesn't have that feature but if you want to manually edit the file for your personal needs that is fine. Go to awcoding/clientscript/methods/paypal.js Edit the link near the bottom:
Code:
b = "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick";
to
b = "https://www.paypal.com/cgi-bin/webscr?cmd=_donations";