We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am talking about the intended redirect to the "?module=donate&action=complete page.
"?module=donate&action=complete
It seems to not work no matter what. Adding the page to paypal's automatic redirection does nothing either.
After a donation is made, you're just sent to ?module=main, there isn't any attempt to reach the intended page.
?module=main
I've played around for a bit and I think the issue might be coming from this bit in preprocess.php:
if ($params->get('merchant_return_link')
It seems like merchant_return_link isn't being sent by paypal during the IPN confirmation, although even removing that check doesn't help either.
The text was updated successfully, but these errors were encountered:
Only usage of donate complete page is here:
FluxCP/modules/main/preprocess.php
Lines 63 to 68 in 4ea0eef
But return url by default is module main https://github.com/rathena/FluxCP/blob/master/data/paypal/button.php#L20 So you can change it here.
Sorry, something went wrong.
No branches or pull requests
I am talking about the intended redirect to the
"?module=donate&action=complete
page.It seems to not work no matter what. Adding the page to paypal's automatic redirection does nothing either.
After a donation is made, you're just sent to
?module=main
, there isn't any attempt to reach the intended page.I've played around for a bit and I think the issue might be coming from this bit in preprocess.php:
if ($params->get('merchant_return_link')
It seems like merchant_return_link isn't being sent by paypal during the IPN confirmation, although even removing that check doesn't help either.
The text was updated successfully, but these errors were encountered: