-
Bug
-
Resolution: Fixed
-
Blocker
-
2.2.3, 2.3.1
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MDL-35349_master -
Payment goes through. IPN History shows return code of 200 for the transaction. Receipt is sent twenty minutes after payment notification is sent (money definitely flows, just not fast).
User gets: "Thank you for your payment! Unfortunately your payment has not yet been fully processed". Does not get enroled.
PHP errors read:
Coding problem: $PAGE->context was not set. You may have forgotten to call require_login() or $PAGE->set_context(). The page may not display correctly as a result
line 458 of /lib/pagelib.php: call to debugging()
line 1429 of /lib/pagelib.php: call to moodle_page->magic_get_context()
line 1444 of /lib/setuplib.php: call to moodle_page->initialise_theme_and_output()
line 55 of /enrol/paypal/return.php: call to bootstrap_renderer->__call()
line 55 of /enrol/paypal/return.php: call to bootstrap_renderer->header()