April 21, 2001Viewed: 782
In CVS, paypal's payment module has been updated with some changes made recently in paypal's backend. For those of you using 2.1 heres how to fix it: Edit the file catalog/includes/modules/payment/paypal.php. Look for the line with https://secure.paypal.com Change the bit: /xclick/business= with: /cgi-bin/webscr?cmd=_xclick&business= Good luck! ...