Anybody knows what to change to use PDT instead of IPN in lib/PaymentNotifyRequest.php? I know variables are basically the same for PDT, but I'm not sure about what to change to make FluxCP works with PDT.
I want to do it because Paypal only allows 1 IPN URL, and I have more than 1 website.
I found an easier way to do it using IPN.
In saved buttons, you can set notify_url=http//myflux.com/?module=donate&action=notify and disable global IPN in profile.
For another site, do the same, create another button and set notify_url=http//myotherflux.com/?module=donate&action=notify
Of course, you have to overwrite FluxCP's default paypal button with your saved one in data\paypal\button.php
Anybody knows what to change to use PDT instead of IPN in lib/PaymentNotifyRequest.php? I know variables are basically the same for PDT, but I'm not sure about what to change to make FluxCP works with PDT.
I want to do it because Paypal only allows 1 IPN URL, and I have more than 1 website.
I found an easier way to do it using IPN.
In saved buttons, you can set notify_url=http//myflux.com/?module=donate&action=notify and disable global IPN in profile.
For another site, do the same, create another button and set notify_url=http//myotherflux.com/?module=donate&action=notify
Of course, you have to overwrite FluxCP's default paypal button with your saved one in data\paypal\button.php
Edited by DaegaladhLink to comment
Share on other sites