mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
- AUTH_ONLY transaction is used if review enabled. - CRON captures credit card $an_review_day later. - VOID and CREDIT weren't implemented yet. - TO DO: admin.php for course payment management. - TO DO: batch upload...
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) enrol.class.php contains the base class and explains all the possible functions that an enrolment module can have. Each plugin is in a subfolder here and extends the base class as necessary. Martin Dougiamas and Shane Elliott, Moodle.com