Follow up fix on paypal redirect
authoreileen <emcnaughton@wikimedia.org>
Sun, 20 Sep 2020 23:13:50 +0000 (11:13 +1200)
committereileen <emcnaughton@wikimedia.org>
Sun, 20 Sep 2020 23:20:07 +0000 (11:20 +1200)
commit67a10cc49c42784bea65585264e1e6a7c837badd
tree46dbeff992a566c59fc21e0041626901ef7fd833
parent420d35893ee86681628bd7578cc8655a805e6d58
Follow up fix on paypal redirect

Turns out we did some function renaming & missed a spot before merge.

As an aside I fixed Paypal to call CRM_Core_Config::singleton()->userSystem->prePostRedirect()
directly rather than via system. I'm tempted to take the System function back out
again - I don't think it offers a better one-liner
CRM/Core/Exception/PrematureExitException.php
CRM/Core/Payment/PayPalImpl.php
CRM/Utils/System.php
tests/phpunit/CRM/Core/Payment/PaypalStdTest.php [new file with mode: 0644]