Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Enrolment plugins

From MoodleDocs
Revision as of 14:45, 12 September 2006 by Brian King (talk | contribs) (→‎See also)

Testing paypal using the paypal developer sandbox (for moodle 1.6)

to

    • $fp = fsockopen ('www.sandbox.paypal.com', 80, $errno, $errstr, 30);
  • create a couple of user accounts in the paypal sandbox and test enrolling in a course that requires payment (note that you need to be logged into the paypal sandbox while doing this testing)

See also