First of all; great extension so thank you for that. That being said, I'm facing an issue. I meet the extension prerequisites, I've correctly setup my PayPal account, using version ext_paypal_donation-3.2.x on a phpBB 3.2.3 installation. Everything works fine when testing through sandbox. However, as soon as I disable it, whenever I attempt to test a donation, it redirects to:

Then when I process the captcha, the page load for a while to then display:

I tried multiple browsers, different devices, etc. all same results. Ever saw this happens or have any ideas?
Thanks,
Johnny
EDIT: I've changed the following line into ../main_controller.php:
Code: Select all
/** Production Postback URL */
const VERIFY_URI = 'https://ipnpb.paypal.com/cgi-bin/webscr';
Code: Select all
/** Production Postback URL */
const VERIFY_URI = 'https://www.paypal.com/cgi-bin/webscr';