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

dev/financial#201 Fix PaypalPro IPN to refer to correct option group #24050

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Jul 26, 2022

Overview

Fix PaypalPro IPN to refer to correct option group

Before

Paypal pro is looking up the options in the Contribution.contribution_status_id option group when it wants the valid statuses for recurrings. This works OK at the moment but when we remove 'In Progress from the Contribution status option group it won't work anymore.

After

It correctly gets statuses from the contribution recur. contribution_status_id option group

Technical Details

This has test cover - notably in CRM_Core_Payment_PayPalProIPNTest::testIPNPaymentExpressRecurSuccess - which was the test that highlighted it as having the dependency in PR #23074

Comments

@civibot
Copy link

civibot bot commented Jul 26, 2022

(Standard links)

@civibot civibot bot added the master label Jul 26, 2022
@eileenmcnaughton eileenmcnaughton changed the title Fix PaypalPro IPN to refer to correct option group dev/financial#201 Fix PaypalPro IPN to refer to correct option group Jul 26, 2022
@seamuslee001
Copy link
Contributor

This seems fine to me

@seamuslee001 seamuslee001 merged commit a453f81 into civicrm:master Jul 28, 2022
@seamuslee001 seamuslee001 deleted the pledge branch July 28, 2022 04:14
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.

2 participants