-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev/core#1017: Always bootstrap CRM_Utils_System for extern/ipn.php #14428
Conversation
(Standard links)
|
@eileenmcnaughton thoughts? |
I'll say it again here: I don't know why the Joomla call would be different. Seeing as I don't have any Joomla systems to test this on, I've left the switch in though. |
also ping @mattwire @MegaphoneJon |
if that is tested with WP we should merge - but into 5.14 rc |
This is tested on WordPress insofar as:
|
erm - does that show that the patch works.... |
It shows that bootstrapping WordPress fixes the problems introduced in e8780288 at any rate. |
@agileware-fj ok... well if you want to do a PR against the 5.14 branch I'm happy to merge to the rc |
7aca4a0
to
793fb7f
Compare
@eileenmcnaughton alright, done – #14430 |
Closing as replaced by rc pr ^^ |
Overview
Changes the legacy Paypal IPN endpoint to always bootstrap the user system. This was already being done for Joomla, Drupal, and Backdrop, but needs to happen for WordPress as well.
Before
Posting to
extern/ipn.php
fails on WordPress with Uncaught Error: Call to undefined function get_option()After
extern.ipn.php
works on WordPress as well as Joomla, Drupal, and Backdrop