Skip to content
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

[REF] Fix retrieving invoice related settings when doing complete tra… #17218

Merged
merged 1 commit into from
May 2, 2020

Conversation

seamuslee001
Copy link
Contributor

…nsaction

Overview

This fixes a bug that has shown up via test failures on PayPalIPN Tests which is that the invoicing code was mistakenly being run but of course when it does the loadObjects in the Invoice.php file there is no payment_processor_id to speak of and then a fatal error gets set

Before

PayPalIPN tests fail

After

PayPalIPN Tests pass

@civibot
Copy link

civibot bot commented May 1, 2020

(Standard links)

@civibot civibot bot added the 5.25 label May 1, 2020
@seamuslee001
Copy link
Contributor Author

ping @totten @eileenmcnaughton

@totten
Copy link
Member

totten commented May 2, 2020

In https://test.civicrm.org/job/CiviCRM-Core-Matrix/, I've seen the failures for PayPalIPNTest on master, but I haven't seen any failures on 5.25 or 5.24.

This PR is targetted at 5.25. Was that just an assumption that 5.25 was affected - or do you believe there's an unreported issue in5.25?

@eileenmcnaughton
Copy link
Contributor

I think the deployed fix should address this - we should do this but I think master may be OK

@eileenmcnaughton eileenmcnaughton merged commit 1e4d286 into civicrm:5.25 May 2, 2020
@eileenmcnaughton
Copy link
Contributor

hmm - I guess failing tests....

@eileenmcnaughton eileenmcnaughton deleted the 5.25 branch May 2, 2020 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants