mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
IPN protocol spec has different URL for sending the verification request. Better to have it fixed even if the existing value still seems to work - to avoid unexpected surprise in the future. Source: https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNImplementation/#specs
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.