mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Removed test data
This commit is contained in:
parent
184324b456
commit
7634696b69
1 changed files with 0 additions and 14 deletions
|
@ -3,20 +3,6 @@
|
|||
require_once("$CFG->dirroot/enrol/enrol.class.php");
|
||||
|
||||
|
||||
// $CFG->enrol_paypalmailusers: send email to users when they are enrolled in a course
|
||||
// $CFG->enrol_paypalmailadmin: email the log from the cron job to the admin
|
||||
|
||||
|
||||
// Test data
|
||||
$CFG->enrol_cost = 5.00;
|
||||
$CFG->enrol_paypalbusiness = "payment@moodle.com";
|
||||
$CFG->enrol_paypalcurrency = "USD";
|
||||
|
||||
// Accepted PayPal currencies (USD/EUR/JPY/GBP/CAD)
|
||||
|
||||
|
||||
|
||||
|
||||
class enrolment_plugin extends enrolment_base {
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue