Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Enrolment plugins.

Development: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